{
  "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": "Observable",
            "range": [
              87,
              97
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 14
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "Rx",
              "range": [
                100,
                102
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 17
                },
                "end": {
                  "line": 4,
                  "column": 19
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "Observable",
              "range": [
                103,
                113
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 20
                },
                "end": {
                  "line": 4,
                  "column": 30
                }
              }
            },
            "range": [
              100,
              113
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 17
              },
              "end": {
                "line": 4,
                "column": 30
              }
            }
          },
          "range": [
            87,
            113
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 30
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        83,
        114
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 31
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": " function shortcuts",
          "range": [
            115,
            136
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 21
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "addDrama",
            "range": [
              141,
              149
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 4
              },
              "end": {
                "line": 6,
                "column": 12
              }
            }
          },
          "init": {
            "type": "FunctionExpression",
            "id": null,
            "params": [
              {
                "type": "Identifier",
                "name": "x",
                "range": [
                  162,
                  163
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 25
                  },
                  "end": {
                    "line": 6,
                    "column": 26
                  }
                }
              }
            ],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ReturnStatement",
                  "argument": {
                    "type": "BinaryExpression",
                    "operator": "+",
                    "left": {
                      "type": "Identifier",
                      "name": "x",
                      "range": [
                        174,
                        175
                      ],
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 37
                        },
                        "end": {
                          "line": 6,
                          "column": 38
                        }
                      }
                    },
                    "right": {
                      "type": "Literal",
                      "value": "!",
                      "raw": "'!'",
                      "range": [
                        178,
                        181
                      ],
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 41
                        },
                        "end": {
                          "line": 6,
                          "column": 44
                        }
                      }
                    },
                    "range": [
                      174,
                      181
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 37
                      },
                      "end": {
                        "line": 6,
                        "column": 44
                      }
                    }
                  },
                  "range": [
                    167,
                    182
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 30
                    },
                    "end": {
                      "line": 6,
                      "column": 45
                    }
                  }
                }
              ],
              "range": [
                165,
                184
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 28
                },
                "end": {
                  "line": 6,
                  "column": 47
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              152,
              184
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 15
              },
              "end": {
                "line": 6,
                "column": 47
              }
            }
          },
          "range": [
            141,
            184
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 4
            },
            "end": {
              "line": 6,
              "column": 47
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        137,
        185
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 48
        }
      },
      "leadingComments": [
        {
          "type": "Line",
          "value": " function shortcuts",
          "range": [
            115,
            136
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 21
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "identity",
            "range": [
              190,
              198
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 4
              },
              "end": {
                "line": 7,
                "column": 12
              }
            }
          },
          "init": {
            "type": "FunctionExpression",
            "id": null,
            "params": [
              {
                "type": "Identifier",
                "name": "x",
                "range": [
                  211,
                  212
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 25
                  },
                  "end": {
                    "line": 7,
                    "column": 26
                  }
                }
              }
            ],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ReturnStatement",
                  "argument": {
                    "type": "Identifier",
                    "name": "x",
                    "range": [
                      223,
                      224
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 37
                      },
                      "end": {
                        "line": 7,
                        "column": 38
                      }
                    }
                  },
                  "range": [
                    216,
                    225
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 30
                    },
                    "end": {
                      "line": 7,
                      "column": 39
                    }
                  }
                }
              ],
              "range": [
                214,
                227
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 28
                },
                "end": {
                  "line": 7,
                  "column": 41
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              201,
              227
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 15
              },
              "end": {
                "line": 7,
                "column": 41
              }
            }
          },
          "range": [
            190,
            227
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 4
            },
            "end": {
              "line": 7,
              "column": 41
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        186,
        228
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 42
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "throwError",
            "range": [
              233,
              243
            ],
            "loc": {
              "start": {
                "line": 8,
                "column": 4
              },
              "end": {
                "line": 8,
                "column": 14
              }
            }
          },
          "init": {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ThrowStatement",
                  "argument": {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "Error",
                      "range": [
                        270,
                        275
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 41
                        },
                        "end": {
                          "line": 8,
                          "column": 46
                        }
                      }
                    },
                    "arguments": [],
                    "range": [
                      266,
                      277
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 37
                      },
                      "end": {
                        "line": 8,
                        "column": 48
                      }
                    }
                  },
                  "range": [
                    260,
                    278
                  ],
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 31
                    },
                    "end": {
                      "line": 8,
                      "column": 49
                    }
                  }
                }
              ],
              "range": [
                258,
                280
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 29
                },
                "end": {
                  "line": 8,
                  "column": 51
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              246,
              280
            ],
            "loc": {
              "start": {
                "line": 8,
                "column": 17
              },
              "end": {
                "line": 8,
                "column": 51
              }
            }
          },
          "range": [
            233,
            280
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 4
            },
            "end": {
              "line": 8,
              "column": 51
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        229,
        281
      ],
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 52
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "* @test {map} ",
          "range": [
            282,
            300
          ],
          "loc": {
            "start": {
              "line": 9,
              "column": 0
            },
            "end": {
              "line": 9,
              "column": 18
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            301,
            309
          ],
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "Observable.prototype.map",
            "raw": "'Observable.prototype.map'",
            "range": [
              310,
              336
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 9
              },
              "end": {
                "line": 10,
                "column": 35
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "asDiagram",
                        "range": [
                          356,
                          365
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 4
                          },
                          "end": {
                            "line": 11,
                            "column": 13
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "value": "map(x => 10 * x)",
                          "raw": "'map(x => 10 * x)'",
                          "range": [
                            366,
                            384
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 14
                            },
                            "end": {
                              "line": 11,
                              "column": 32
                            }
                          }
                        }
                      ],
                      "range": [
                        356,
                        385
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 11,
                          "column": 33
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should map multiple values",
                        "raw": "'should map multiple values'",
                        "range": [
                          386,
                          414
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 34
                          },
                          "end": {
                            "line": 11,
                            "column": 62
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      442,
                                      443
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        446,
                                        450
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--1--2--3--|",
                                        "raw": "'--1--2--3--|'",
                                        "range": [
                                          451,
                                          465
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 35
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      446,
                                      466
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    442,
                                    466
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                438,
                                467
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      480,
                                      485
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^          !",
                                    "raw": "'^          !'",
                                    "range": [
                                      488,
                                      502
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    480,
                                    502
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                476,
                                503
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      516,
                                      524
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--x--y--z--|",
                                    "raw": "'--x--y--z--|'",
                                    "range": [
                                      527,
                                      541
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    516,
                                    541
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                512,
                                542
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      555,
                                      556
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          559,
                                          560
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "map",
                                        "range": [
                                          561,
                                          564
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "range": [
                                        559,
                                        564
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              575,
                                              576
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 15,
                                                "column": 33
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "*",
                                                "left": {
                                                  "type": "Literal",
                                                  "value": 10,
                                                  "raw": "10",
                                                  "range": [
                                                    587,
                                                    589
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 15,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 15,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    592,
                                                    593
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 15,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 15,
                                                      "column": 50
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  587,
                                                  593
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 15,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 15,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                580,
                                                594
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 15,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 15,
                                                  "column": 51
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            578,
                                            596
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 53
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          565,
                                          596
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 53
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      559,
                                      597
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 54
                                      }
                                    }
                                  },
                                  "range": [
                                    555,
                                    597
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 54
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                551,
                                598
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 55
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        607,
                                        623
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          624,
                                          625
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      607,
                                      626
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      627,
                                      631
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    607,
                                    631
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      632,
                                      640
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            644,
                                            645
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 46
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 10,
                                          "raw": "10",
                                          "range": [
                                            647,
                                            649
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 50
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          644,
                                          649
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 50
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            651,
                                            652
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 53
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 20,
                                          "raw": "20",
                                          "range": [
                                            654,
                                            656
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          651,
                                          656
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 57
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "z",
                                          "range": [
                                            658,
                                            659
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 60
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 30,
                                          "raw": "30",
                                          "range": [
                                            661,
                                            663
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 64
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          658,
                                          663
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 64
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      642,
                                      665
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 66
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  607,
                                  666
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 67
                                  }
                                }
                              },
                              "range": [
                                607,
                                667
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        676,
                                        695
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            696,
                                            697
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            698,
                                            711
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          696,
                                          711
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      676,
                                      712
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      713,
                                      717
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    676,
                                    717
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      718,
                                      723
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  676,
                                  724
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                676,
                                725
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            428,
                            731
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 76
                            },
                            "end": {
                              "line": 18,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          416,
                          731
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 64
                          },
                          "end": {
                            "line": 18,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      356,
                      732
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 4
                      },
                      "end": {
                        "line": 18,
                        "column": 6
                      }
                    }
                  },
                  "range": [
                    356,
                    733
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 4
                    },
                    "end": {
                      "line": 18,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        738,
                        740
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should map one value",
                        "raw": "'should map one value'",
                        "range": [
                          741,
                          763
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 7
                          },
                          "end": {
                            "line": 19,
                            "column": 29
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      791,
                                      792
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        795,
                                        799
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--x--|",
                                        "raw": "'--x--|'",
                                        "range": [
                                          800,
                                          808
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 29
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "x",
                                              "range": [
                                                812,
                                                813
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 42,
                                              "raw": "42",
                                              "range": [
                                                815,
                                                817
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              812,
                                              817
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 38
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          810,
                                          819
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 40
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      795,
                                      820
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    791,
                                    820
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 41
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                787,
                                821
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 8
                                },
                                "end": {
                                  "line": 20,
                                  "column": 42
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      834,
                                      839
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^    !",
                                    "raw": "'^    !'",
                                    "range": [
                                      842,
                                      850
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    834,
                                    850
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                830,
                                851
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 8
                                },
                                "end": {
                                  "line": 21,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      864,
                                      872
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--y--|",
                                    "raw": "'--y--|'",
                                    "range": [
                                      875,
                                      883
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    864,
                                    883
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                860,
                                884
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      897,
                                      898
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          901,
                                          902
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "map",
                                        "range": [
                                          903,
                                          906
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "range": [
                                        901,
                                        906
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "addDrama",
                                        "range": [
                                          907,
                                          915
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 30
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      901,
                                      916
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    897,
                                    916
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                893,
                                917
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        926,
                                        942
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          943,
                                          944
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      926,
                                      945
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      946,
                                      950
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    926,
                                    950
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      951,
                                      959
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            963,
                                            964
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 46
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "42!",
                                          "raw": "'42!'",
                                          "range": [
                                            966,
                                            971
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 53
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          963,
                                          971
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 53
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      961,
                                      973
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  926,
                                  974
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                926,
                                975
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 8
                                },
                                "end": {
                                  "line": 24,
                                  "column": 57
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        984,
                                        1003
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            1004,
                                            1005
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            1006,
                                            1019
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          1004,
                                          1019
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      984,
                                      1020
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1021,
                                      1025
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    984,
                                    1025
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      1026,
                                      1031
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  984,
                                  1032
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                984,
                                1033
                              ],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 8
                                },
                                "end": {
                                  "line": 25,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            777,
                            1039
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 43
                            },
                            "end": {
                              "line": 26,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          765,
                          1039
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 31
                          },
                          "end": {
                            "line": 26,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      738,
                      1040
                    ],
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 4
                      },
                      "end": {
                        "line": 26,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1285,
                    "_esdocTestName": "it1285"
                  },
                  "range": [
                    738,
                    1041
                  ],
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 4
                    },
                    "end": {
                      "line": 26,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1046,
                        1048
                      ],
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should throw an error if not passed a function",
                        "raw": "'should throw an error if not passed a function'",
                        "range": [
                          1049,
                          1097
                        ],
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 7
                          },
                          "end": {
                            "line": 27,
                            "column": 55
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            1121,
                                            1127
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            1128,
                                            1134
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          1121,
                                          1134
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "FunctionExpression",
                                          "id": null,
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "Observable",
                                                          "range": [
                                                            1161,
                                                            1171
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 29,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 29,
                                                              "column": 22
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "of",
                                                          "range": [
                                                            1172,
                                                            1174
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 29,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 29,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1161,
                                                          1174
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 29,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 29,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "value": 1,
                                                          "raw": "1",
                                                          "range": [
                                                            1175,
                                                            1176
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 29,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 29,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "value": 2,
                                                          "raw": "2",
                                                          "range": [
                                                            1178,
                                                            1179
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 29,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 29,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "value": 3,
                                                          "raw": "3",
                                                          "range": [
                                                            1181,
                                                            1182
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 29,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 29,
                                                              "column": 33
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1161,
                                                        1183
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 29,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 29,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "map",
                                                      "range": [
                                                        1184,
                                                        1187
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 29,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 29,
                                                          "column": 38
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1161,
                                                      1187
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Literal",
                                                      "value": "potato",
                                                      "raw": "'potato'",
                                                      "range": [
                                                        1188,
                                                        1196
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 29,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 29,
                                                          "column": 47
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1161,
                                                    1197
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 48
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1161,
                                                  1198
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 49
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1147,
                                              1208
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 9
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            1135,
                                            1208
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 9
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1121,
                                        1209
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        1210,
                                        1212
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "range": [
                                      1121,
                                      1212
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "throw",
                                    "range": [
                                      1213,
                                      1218
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "range": [
                                    1121,
                                    1218
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 19
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "TypeError",
                                    "range": [
                                      1219,
                                      1228
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 29
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "argument is not a function. Are you looking for `mapTo()`?",
                                    "raw": "'argument is not a function. Are you looking for `mapTo()`?'",
                                    "range": [
                                      1230,
                                      1290
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 91
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1121,
                                  1291
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 92
                                  }
                                }
                              },
                              "range": [
                                1121,
                                1292
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 93
                                }
                              }
                            }
                          ],
                          "range": [
                            1111,
                            1298
                          ],
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 69
                            },
                            "end": {
                              "line": 31,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1099,
                          1298
                        ],
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 57
                          },
                          "end": {
                            "line": 31,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1046,
                      1299
                    ],
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 4
                      },
                      "end": {
                        "line": 31,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1286,
                    "_esdocTestName": "it1286"
                  },
                  "range": [
                    1046,
                    1300
                  ],
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 4
                    },
                    "end": {
                      "line": 31,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1305,
                        1307
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 4
                        },
                        "end": {
                          "line": 32,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should map multiple values",
                        "raw": "'should map multiple values'",
                        "range": [
                          1308,
                          1336
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 7
                          },
                          "end": {
                            "line": 32,
                            "column": 35
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      1364,
                                      1365
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        1368,
                                        1372
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--1--2--3--|",
                                        "raw": "'--1--2--3--|'",
                                        "range": [
                                          1373,
                                          1387
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 35
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1368,
                                      1388
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    1364,
                                    1388
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1360,
                                1389
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      1402,
                                      1407
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^          !",
                                    "raw": "'^          !'",
                                    "range": [
                                      1410,
                                      1424
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    1402,
                                    1424
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1398,
                                1425
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 8
                                },
                                "end": {
                                  "line": 34,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      1438,
                                      1446
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--x--y--z--|",
                                    "raw": "'--x--y--z--|'",
                                    "range": [
                                      1449,
                                      1463
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    1438,
                                    1463
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1434,
                                1464
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      1477,
                                      1478
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          1481,
                                          1482
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "map",
                                        "range": [
                                          1483,
                                          1486
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "range": [
                                        1481,
                                        1486
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "addDrama",
                                        "range": [
                                          1487,
                                          1495
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 30
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1481,
                                      1496
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    1477,
                                    1496
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1473,
                                1497
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        1506,
                                        1522
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          1523,
                                          1524
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1506,
                                      1525
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1526,
                                      1530
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    1506,
                                    1530
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      1531,
                                      1539
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            1543,
                                            1544
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 46
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "1!",
                                          "raw": "'1!'",
                                          "range": [
                                            1546,
                                            1550
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 52
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          1543,
                                          1550
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 52
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            1552,
                                            1553
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "2!",
                                          "raw": "'2!'",
                                          "range": [
                                            1555,
                                            1559
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 61
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          1552,
                                          1559
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 61
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "z",
                                          "range": [
                                            1561,
                                            1562
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 64
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "3!",
                                          "raw": "'3!'",
                                          "range": [
                                            1564,
                                            1568
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 70
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          1561,
                                          1568
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 70
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1541,
                                      1570
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 72
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1506,
                                  1571
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 73
                                  }
                                }
                              },
                              "range": [
                                1506,
                                1572
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 74
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        1581,
                                        1600
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            1601,
                                            1602
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            1603,
                                            1616
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          1601,
                                          1616
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1581,
                                      1617
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1618,
                                      1622
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    1581,
                                    1622
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      1623,
                                      1628
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1581,
                                  1629
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                1581,
                                1630
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            1350,
                            1636
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 49
                            },
                            "end": {
                              "line": 39,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1338,
                          1636
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 37
                          },
                          "end": {
                            "line": 39,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1305,
                      1637
                    ],
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 4
                      },
                      "end": {
                        "line": 39,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1287,
                    "_esdocTestName": "it1287"
                  },
                  "range": [
                    1305,
                    1638
                  ],
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 4
                    },
                    "end": {
                      "line": 39,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1643,
                        1645
                      ],
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should propagate errors from map function",
                        "raw": "'should propagate errors from map function'",
                        "range": [
                          1646,
                          1689
                        ],
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 7
                          },
                          "end": {
                            "line": 40,
                            "column": 50
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      1717,
                                      1718
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        1721,
                                        1725
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--x--|",
                                        "raw": "'--x--|'",
                                        "range": [
                                          1726,
                                          1734
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 29
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "x",
                                              "range": [
                                                1738,
                                                1739
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 42,
                                              "raw": "42",
                                              "range": [
                                                1741,
                                                1743
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              1738,
                                              1743
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 38
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1736,
                                          1745
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 40
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1721,
                                      1746
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    1717,
                                    1746
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 41
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1713,
                                1747
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 42
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      1760,
                                      1765
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !   ",
                                    "raw": "'^ !   '",
                                    "range": [
                                      1768,
                                      1776
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    1760,
                                    1776
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1756,
                                1777
                              ],
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 8
                                },
                                "end": {
                                  "line": 42,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      1790,
                                      1798
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--#   ",
                                    "raw": "'--#   '",
                                    "range": [
                                      1801,
                                      1809
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    1790,
                                    1809
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1786,
                                1810
                              ],
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 8
                                },
                                "end": {
                                  "line": 43,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      1823,
                                      1824
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          1827,
                                          1828
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "map",
                                        "range": [
                                          1829,
                                          1832
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "range": [
                                        1827,
                                        1832
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              1843,
                                              1844
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 33
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ThrowStatement",
                                              "argument": {
                                                "type": "Literal",
                                                "value": "too bad",
                                                "raw": "'too bad'",
                                                "range": [
                                                  1866,
                                                  1875
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "range": [
                                                1860,
                                                1876
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 28
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1846,
                                            1886
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1833,
                                          1886
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1827,
                                      1887
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    1823,
                                    1887
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1819,
                                1888
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        1897,
                                        1913
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          1914,
                                          1915
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1897,
                                      1916
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1917,
                                      1921
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    1897,
                                    1921
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      1922,
                                      1930
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      1932,
                                      1936
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 47
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "too bad",
                                    "raw": "'too bad'",
                                    "range": [
                                      1938,
                                      1947
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 58
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1897,
                                  1948
                                ],
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 59
                                  }
                                }
                              },
                              "range": [
                                1897,
                                1949
                              ],
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 60
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        1958,
                                        1977
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            1978,
                                            1979
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            1980,
                                            1993
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          1978,
                                          1993
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1958,
                                      1994
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1995,
                                      1999
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    1958,
                                    1999
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      2000,
                                      2005
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1958,
                                  2006
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                1958,
                                2007
                              ],
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            1703,
                            2013
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 64
                            },
                            "end": {
                              "line": 49,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1691,
                          2013
                        ],
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 52
                          },
                          "end": {
                            "line": 49,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1643,
                      2014
                    ],
                    "loc": {
                      "start": {
                        "line": 40,
                        "column": 4
                      },
                      "end": {
                        "line": 49,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1288,
                    "_esdocTestName": "it1288"
                  },
                  "range": [
                    1643,
                    2015
                  ],
                  "loc": {
                    "start": {
                      "line": 40,
                      "column": 4
                    },
                    "end": {
                      "line": 49,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        2020,
                        2022
                      ],
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 4
                        },
                        "end": {
                          "line": 50,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should propagate errors from observable that emits only errors",
                        "raw": "'should propagate errors from observable that emits only errors'",
                        "range": [
                          2023,
                          2087
                        ],
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 7
                          },
                          "end": {
                            "line": 50,
                            "column": 71
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      2115,
                                      2116
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        2119,
                                        2123
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "#",
                                        "raw": "'#'",
                                        "range": [
                                          2124,
                                          2127
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 24
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2119,
                                      2128
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    2115,
                                    2128
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 25
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2111,
                                2129
                              ],
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 8
                                },
                                "end": {
                                  "line": 51,
                                  "column": 26
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      2142,
                                      2147
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "(^!)",
                                    "raw": "'(^!)'",
                                    "range": [
                                      2150,
                                      2156
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    2142,
                                    2156
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2138,
                                2157
                              ],
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 8
                                },
                                "end": {
                                  "line": 52,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      2170,
                                      2178
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "#",
                                    "raw": "'#'",
                                    "range": [
                                      2181,
                                      2184
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    2170,
                                    2184
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2166,
                                2185
                              ],
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 8
                                },
                                "end": {
                                  "line": 53,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      2198,
                                      2199
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          2202,
                                          2203
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "map",
                                        "range": [
                                          2204,
                                          2207
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "range": [
                                        2202,
                                        2207
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "identity",
                                        "range": [
                                          2208,
                                          2216
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 30
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2202,
                                      2217
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    2198,
                                    2217
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2194,
                                2218
                              ],
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 8
                                },
                                "end": {
                                  "line": 54,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        2227,
                                        2243
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          2244,
                                          2245
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2227,
                                      2246
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      2247,
                                      2251
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    2227,
                                    2251
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      2252,
                                      2260
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 41
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2227,
                                  2261
                                ],
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 42
                                  }
                                }
                              },
                              "range": [
                                2227,
                                2262
                              ],
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 8
                                },
                                "end": {
                                  "line": 55,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        2271,
                                        2290
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            2291,
                                            2292
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            2293,
                                            2306
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          2291,
                                          2306
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2271,
                                      2307
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      2308,
                                      2312
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    2271,
                                    2312
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      2313,
                                      2318
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2271,
                                  2319
                                ],
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                2271,
                                2320
                              ],
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 8
                                },
                                "end": {
                                  "line": 56,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            2101,
                            2326
                          ],
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 85
                            },
                            "end": {
                              "line": 57,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2089,
                          2326
                        ],
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 73
                          },
                          "end": {
                            "line": 57,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2020,
                      2327
                    ],
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 4
                      },
                      "end": {
                        "line": 57,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1289,
                    "_esdocTestName": "it1289"
                  },
                  "range": [
                    2020,
                    2328
                  ],
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 4
                    },
                    "end": {
                      "line": 57,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        2333,
                        2335
                      ],
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 4
                        },
                        "end": {
                          "line": 58,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should propagate errors from observable that emit values",
                        "raw": "'should propagate errors from observable that emit values'",
                        "range": [
                          2336,
                          2394
                        ],
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 7
                          },
                          "end": {
                            "line": 58,
                            "column": 65
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      2422,
                                      2423
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        2426,
                                        2430
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--a--b--#",
                                        "raw": "'--a--b--#'",
                                        "range": [
                                          2431,
                                          2442
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 32
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                2446,
                                                2447
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 1,
                                              "raw": "1",
                                              "range": [
                                                2449,
                                                2450
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 40
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              2446,
                                              2450
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 40
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                2452,
                                                2453
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 2,
                                              "raw": "2",
                                              "range": [
                                                2455,
                                                2456
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              2452,
                                              2456
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 46
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2444,
                                          2458
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 48
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "too bad",
                                        "raw": "'too bad'",
                                        "range": [
                                          2460,
                                          2469
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 59
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2426,
                                      2470
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 60
                                      }
                                    }
                                  },
                                  "range": [
                                    2422,
                                    2470
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 60
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2418,
                                2471
                              ],
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 8
                                },
                                "end": {
                                  "line": 59,
                                  "column": 61
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      2484,
                                      2489
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^       !",
                                    "raw": "'^       !'",
                                    "range": [
                                      2492,
                                      2503
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    2484,
                                    2503
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2480,
                                2504
                              ],
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 8
                                },
                                "end": {
                                  "line": 60,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      2517,
                                      2525
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--x--y--#",
                                    "raw": "'--x--y--#'",
                                    "range": [
                                      2528,
                                      2539
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    2517,
                                    2539
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2513,
                                2540
                              ],
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 8
                                },
                                "end": {
                                  "line": 61,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      2553,
                                      2554
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          2557,
                                          2558
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "map",
                                        "range": [
                                          2559,
                                          2562
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "range": [
                                        2557,
                                        2562
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "addDrama",
                                        "range": [
                                          2563,
                                          2571
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 30
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2557,
                                      2572
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    2553,
                                    2572
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2549,
                                2573
                              ],
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 8
                                },
                                "end": {
                                  "line": 62,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        2582,
                                        2598
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          2599,
                                          2600
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2582,
                                      2601
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      2602,
                                      2606
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    2582,
                                    2606
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      2607,
                                      2615
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            2619,
                                            2620
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 46
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "1!",
                                          "raw": "'1!'",
                                          "range": [
                                            2622,
                                            2626
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 52
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          2619,
                                          2626
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 52
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            2628,
                                            2629
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "2!",
                                          "raw": "'2!'",
                                          "range": [
                                            2631,
                                            2635
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 61
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          2628,
                                          2635
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 61
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2617,
                                      2637
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 63
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "too bad",
                                    "raw": "'too bad'",
                                    "range": [
                                      2639,
                                      2648
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 74
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2582,
                                  2649
                                ],
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 75
                                  }
                                }
                              },
                              "range": [
                                2582,
                                2650
                              ],
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 8
                                },
                                "end": {
                                  "line": 63,
                                  "column": 76
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        2659,
                                        2678
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            2679,
                                            2680
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            2681,
                                            2694
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          2679,
                                          2694
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2659,
                                      2695
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      2696,
                                      2700
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    2659,
                                    2700
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      2701,
                                      2706
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2659,
                                  2707
                                ],
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                2659,
                                2708
                              ],
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 8
                                },
                                "end": {
                                  "line": 64,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            2408,
                            2714
                          ],
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 79
                            },
                            "end": {
                              "line": 65,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2396,
                          2714
                        ],
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 67
                          },
                          "end": {
                            "line": 65,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2333,
                      2715
                    ],
                    "loc": {
                      "start": {
                        "line": 58,
                        "column": 4
                      },
                      "end": {
                        "line": 65,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1290,
                    "_esdocTestName": "it1290"
                  },
                  "range": [
                    2333,
                    2716
                  ],
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 4
                    },
                    "end": {
                      "line": 65,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        2721,
                        2723
                      ],
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 4
                        },
                        "end": {
                          "line": 66,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should propagate errors from subscribe",
                        "raw": "'should propagate errors from subscribe'",
                        "range": [
                          2724,
                          2764
                        ],
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 7
                          },
                          "end": {
                            "line": 66,
                            "column": 47
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      2792,
                                      2793
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "Observable",
                                                        "range": [
                                                          2822,
                                                          2832
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 68,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 68,
                                                            "column": 22
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "of",
                                                        "range": [
                                                          2833,
                                                          2835
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 68,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 68,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2822,
                                                        2835
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          2836,
                                                          2837
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 68,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 68,
                                                            "column": 27
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2822,
                                                      2838
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 28
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "map",
                                                    "range": [
                                                      2856,
                                                      2859
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 20
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2822,
                                                    2859
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "identity",
                                                    "range": [
                                                      2860,
                                                      2868
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 29
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2822,
                                                  2869
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 30
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "subscribe",
                                                "range": [
                                                  2887,
                                                  2896
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "range": [
                                                2822,
                                                2896
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "throwError",
                                                "range": [
                                                  2897,
                                                  2907
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 37
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2822,
                                              2908
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 68,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "range": [
                                            2822,
                                            2909
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 39
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2808,
                                        2919
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2796,
                                      2919
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    2792,
                                    2919
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2788,
                                2920
                              ],
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 8
                                },
                                "end": {
                                  "line": 71,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            2929,
                                            2935
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            2936,
                                            2942
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          2929,
                                          2942
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "r",
                                          "range": [
                                            2943,
                                            2944
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 23
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2929,
                                        2945
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        2946,
                                        2948
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "range": [
                                      2929,
                                      2948
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "throw",
                                    "range": [
                                      2949,
                                      2954
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    2929,
                                    2954
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 33
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  2929,
                                  2956
                                ],
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 35
                                  }
                                }
                              },
                              "range": [
                                2929,
                                2957
                              ],
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 8
                                },
                                "end": {
                                  "line": 72,
                                  "column": 36
                                }
                              }
                            }
                          ],
                          "range": [
                            2778,
                            2963
                          ],
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 61
                            },
                            "end": {
                              "line": 73,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2766,
                          2963
                        ],
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 49
                          },
                          "end": {
                            "line": 73,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2721,
                      2964
                    ],
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 4
                      },
                      "end": {
                        "line": 73,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1291,
                    "_esdocTestName": "it1291"
                  },
                  "range": [
                    2721,
                    2965
                  ],
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 4
                    },
                    "end": {
                      "line": 73,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        2970,
                        2972
                      ],
                      "loc": {
                        "start": {
                          "line": 74,
                          "column": 4
                        },
                        "end": {
                          "line": 74,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should not map an empty observable",
                        "raw": "'should not map an empty observable'",
                        "range": [
                          2973,
                          3009
                        ],
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 7
                          },
                          "end": {
                            "line": 74,
                            "column": 43
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      3037,
                                      3038
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        3041,
                                        3045
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "|",
                                        "raw": "'|'",
                                        "range": [
                                          3046,
                                          3049
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 24
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3041,
                                      3050
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    3037,
                                    3050
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 25
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3033,
                                3051
                              ],
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 8
                                },
                                "end": {
                                  "line": 75,
                                  "column": 26
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      3064,
                                      3069
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "(^!)",
                                    "raw": "'(^!)'",
                                    "range": [
                                      3072,
                                      3078
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    3064,
                                    3078
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3060,
                                3079
                              ],
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 8
                                },
                                "end": {
                                  "line": 76,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      3092,
                                      3100
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "|",
                                    "raw": "'|'",
                                    "range": [
                                      3103,
                                      3106
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    3092,
                                    3106
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3088,
                                3107
                              ],
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 8
                                },
                                "end": {
                                  "line": 77,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoked",
                                    "range": [
                                      3120,
                                      3127
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      3130,
                                      3131
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "range": [
                                    3120,
                                    3131
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 23
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3116,
                                3132
                              ],
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 8
                                },
                                "end": {
                                  "line": 78,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      3145,
                                      3146
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "a",
                                            "range": [
                                              3149,
                                              3150
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 17
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "map",
                                            "range": [
                                              3164,
                                              3167
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "range": [
                                            3149,
                                            3167
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "FunctionExpression",
                                            "id": null,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  3178,
                                                  3179
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 28
                                                  }
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "UpdateExpression",
                                                    "operator": "++",
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "name": "invoked",
                                                      "range": [
                                                        3183,
                                                        3190
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 39
                                                        }
                                                      }
                                                    },
                                                    "prefix": false,
                                                    "range": [
                                                      3183,
                                                      3192
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 80,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 80,
                                                        "column": 41
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3183,
                                                    3193
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 42
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      3201,
                                                      3202
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 80,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 80,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3194,
                                                    3203
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 52
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                3181,
                                                3205
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 54
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              3168,
                                              3205
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 54
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          3149,
                                          3206
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "do",
                                        "range": [
                                          3220,
                                          3222
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 15
                                          }
                                        }
                                      },
                                      "range": [
                                        3149,
                                        3222
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          3223,
                                          3227
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 20
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          3229,
                                          3233
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 26
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "chai_1",
                                                          "range": [
                                                            3261,
                                                            3267
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 82,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 82,
                                                              "column": 18
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "expect",
                                                          "range": [
                                                            3268,
                                                            3274
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 82,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 82,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          3261,
                                                          3274
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 82,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 82,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "invoked",
                                                          "range": [
                                                            3275,
                                                            3282
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 82,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 82,
                                                              "column": 33
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        3261,
                                                        3283
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 82,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 82,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "to",
                                                      "range": [
                                                        3284,
                                                        3286
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 82,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 82,
                                                          "column": 37
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3261,
                                                      3286
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "equal",
                                                    "range": [
                                                      3287,
                                                      3292
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 43
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3261,
                                                    3292
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 0,
                                                    "raw": "0",
                                                    "range": [
                                                      3293,
                                                      3294
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 45
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3261,
                                                  3295
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                3261,
                                                3296
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 47
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3247,
                                            3306
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          3235,
                                          3306
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3149,
                                      3307
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    3145,
                                    3307
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3141,
                                3308
                              ],
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 8
                                },
                                "end": {
                                  "line": 83,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        3317,
                                        3333
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          3334,
                                          3335
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3317,
                                      3336
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      3337,
                                      3341
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    3317,
                                    3341
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      3342,
                                      3350
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 41
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3317,
                                  3351
                                ],
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 42
                                  }
                                }
                              },
                              "range": [
                                3317,
                                3352
                              ],
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 8
                                },
                                "end": {
                                  "line": 84,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        3361,
                                        3380
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            3381,
                                            3382
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            3383,
                                            3396
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          3381,
                                          3396
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3361,
                                      3397
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      3398,
                                      3402
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    3361,
                                    3402
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      3403,
                                      3408
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3361,
                                  3409
                                ],
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                3361,
                                3410
                              ],
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 8
                                },
                                "end": {
                                  "line": 85,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            3023,
                            3416
                          ],
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 57
                            },
                            "end": {
                              "line": 86,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          3011,
                          3416
                        ],
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 45
                          },
                          "end": {
                            "line": 86,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2970,
                      3417
                    ],
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 4
                      },
                      "end": {
                        "line": 86,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1292,
                    "_esdocTestName": "it1292"
                  },
                  "range": [
                    2970,
                    3418
                  ],
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 4
                    },
                    "end": {
                      "line": 86,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        3423,
                        3425
                      ],
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 4
                        },
                        "end": {
                          "line": 87,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should allow unsubscribing explicitly and early",
                        "raw": "'should allow unsubscribing explicitly and early'",
                        "range": [
                          3426,
                          3475
                        ],
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 7
                          },
                          "end": {
                            "line": 87,
                            "column": 56
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      3503,
                                      3504
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        3507,
                                        3511
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--1--2--3--|",
                                        "raw": "'--1--2--3--|'",
                                        "range": [
                                          3512,
                                          3526
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 35
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3507,
                                      3527
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    3503,
                                    3527
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3499,
                                3528
                              ],
                              "loc": {
                                "start": {
                                  "line": 88,
                                  "column": 8
                                },
                                "end": {
                                  "line": 88,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "unsub",
                                    "range": [
                                      3541,
                                      3546
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "      !     ",
                                    "raw": "'      !     '",
                                    "range": [
                                      3549,
                                      3563
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    3541,
                                    3563
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3537,
                                3564
                              ],
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 8
                                },
                                "end": {
                                  "line": 89,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      3577,
                                      3582
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^     !     ",
                                    "raw": "'^     !     '",
                                    "range": [
                                      3585,
                                      3599
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    3577,
                                    3599
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3573,
                                3600
                              ],
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 8
                                },
                                "end": {
                                  "line": 90,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      3613,
                                      3621
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--x--y-     ",
                                    "raw": "'--x--y-     '",
                                    "range": [
                                      3624,
                                      3638
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    3613,
                                    3638
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3609,
                                3639
                              ],
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 8
                                },
                                "end": {
                                  "line": 91,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      3652,
                                      3653
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          3656,
                                          3657
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "map",
                                        "range": [
                                          3658,
                                          3661
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "range": [
                                        3656,
                                        3661
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "addDrama",
                                        "range": [
                                          3662,
                                          3670
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 30
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3656,
                                      3671
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    3652,
                                    3671
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3648,
                                3672
                              ],
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 8
                                },
                                "end": {
                                  "line": 92,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        3681,
                                        3697
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          3698,
                                          3699
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 26
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "unsub",
                                        "range": [
                                          3701,
                                          3706
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 33
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3681,
                                      3707
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      3708,
                                      3712
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    3681,
                                    3712
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 39
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      3713,
                                      3721
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 48
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            3725,
                                            3726
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 53
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "1!",
                                          "raw": "'1!'",
                                          "range": [
                                            3728,
                                            3732
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 59
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          3725,
                                          3732
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 59
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            3734,
                                            3735
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 62
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "2!",
                                          "raw": "'2!'",
                                          "range": [
                                            3737,
                                            3741
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 64
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 68
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          3734,
                                          3741
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 68
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3723,
                                      3743
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 70
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3681,
                                  3744
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 71
                                  }
                                }
                              },
                              "range": [
                                3681,
                                3745
                              ],
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 8
                                },
                                "end": {
                                  "line": 93,
                                  "column": 72
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        3754,
                                        3773
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            3774,
                                            3775
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            3776,
                                            3789
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          3774,
                                          3789
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3754,
                                      3790
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      3791,
                                      3795
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    3754,
                                    3795
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      3796,
                                      3801
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3754,
                                  3802
                                ],
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                3754,
                                3803
                              ],
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 8
                                },
                                "end": {
                                  "line": 94,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            3489,
                            3809
                          ],
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 70
                            },
                            "end": {
                              "line": 95,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          3477,
                          3809
                        ],
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 58
                          },
                          "end": {
                            "line": 95,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      3423,
                      3810
                    ],
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 4
                      },
                      "end": {
                        "line": 95,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1293,
                    "_esdocTestName": "it1293"
                  },
                  "range": [
                    3423,
                    3811
                  ],
                  "loc": {
                    "start": {
                      "line": 87,
                      "column": 4
                    },
                    "end": {
                      "line": 95,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        3816,
                        3818
                      ],
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 4
                        },
                        "end": {
                          "line": 96,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should map with index",
                        "raw": "'should map with index'",
                        "range": [
                          3819,
                          3842
                        ],
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 7
                          },
                          "end": {
                            "line": 96,
                            "column": 30
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      3870,
                                      3871
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        3874,
                                        3877
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-5-^-4--3---2----1--|",
                                        "raw": "'-5-^-4--3---2----1--|'",
                                        "range": [
                                          3878,
                                          3901
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3874,
                                      3902
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    3870,
                                    3902
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 44
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3866,
                                3903
                              ],
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 8
                                },
                                "end": {
                                  "line": 97,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      3916,
                                      3921
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^                !",
                                    "raw": "'^                !'",
                                    "range": [
                                      3924,
                                      3944
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    3916,
                                    3944
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3912,
                                3945
                              ],
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 8
                                },
                                "end": {
                                  "line": 98,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      3958,
                                      3966
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--a--b---c----d--|",
                                    "raw": "'--a--b---c----d--|'",
                                    "range": [
                                      3969,
                                      3989
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    3958,
                                    3989
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 43
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3954,
                                3990
                              ],
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 8
                                },
                                "end": {
                                  "line": 99,
                                  "column": 44
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      4003,
                                      4009
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            4014,
                                            4015
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 5,
                                          "raw": "5",
                                          "range": [
                                            4017,
                                            4018
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          4014,
                                          4018
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 27
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            4020,
                                            4021
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 14,
                                          "raw": "14",
                                          "range": [
                                            4023,
                                            4025
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          4020,
                                          4025
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 34
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "c",
                                          "range": [
                                            4027,
                                            4028
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 23,
                                          "raw": "23",
                                          "range": [
                                            4030,
                                            4032
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          4027,
                                          4032
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 41
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "d",
                                          "range": [
                                            4034,
                                            4035
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 32,
                                          "raw": "32",
                                          "range": [
                                            4037,
                                            4039
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 48
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          4034,
                                          4039
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 48
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4012,
                                      4041
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    4003,
                                    4041
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 50
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3999,
                                4042
                              ],
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 8
                                },
                                "end": {
                                  "line": 100,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoked",
                                    "range": [
                                      4055,
                                      4062
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      4065,
                                      4066
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "range": [
                                    4055,
                                    4066
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 23
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4051,
                                4067
                              ],
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 8
                                },
                                "end": {
                                  "line": 101,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      4080,
                                      4081
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "a",
                                            "range": [
                                              4084,
                                              4085
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 17
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "map",
                                            "range": [
                                              4086,
                                              4089
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            4084,
                                            4089
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "FunctionExpression",
                                            "id": null,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  4100,
                                                  4101
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "name": "index",
                                                "range": [
                                                  4103,
                                                  4108
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 40
                                                  }
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "UpdateExpression",
                                                    "operator": "++",
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "name": "invoked",
                                                      "range": [
                                                        4124,
                                                        4131
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 103,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 103,
                                                          "column": 19
                                                        }
                                                      }
                                                    },
                                                    "prefix": false,
                                                    "range": [
                                                      4124,
                                                      4133
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 21
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4124,
                                                    4134
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 22
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "argument": {
                                                    "type": "BinaryExpression",
                                                    "operator": "+",
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "operator": "+",
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "parseInt",
                                                          "range": [
                                                            4155,
                                                            4163
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 104,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 104,
                                                              "column": 28
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              4164,
                                                              4165
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 104,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 104,
                                                                "column": 30
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4155,
                                                          4166
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 104,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          4169,
                                                          4170
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 104,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4155,
                                                        4170
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 35
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "operator": "*",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "name": "index",
                                                        "range": [
                                                          4175,
                                                          4180
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 104,
                                                            "column": 45
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "value": 10,
                                                        "raw": "10",
                                                        "range": [
                                                          4183,
                                                          4185
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 104,
                                                            "column": 50
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4175,
                                                        4185
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 50
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4154,
                                                      4186
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4147,
                                                    4187
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 52
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                4110,
                                                4197
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 105,
                                                  "column": 9
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              4090,
                                              4197
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 9
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          4084,
                                          4198
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "do",
                                        "range": [
                                          4199,
                                          4201
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "range": [
                                        4084,
                                        4201
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          4202,
                                          4206
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 18
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          4208,
                                          4212
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 24
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "chai_1",
                                                          "range": [
                                                            4240,
                                                            4246
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 106,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 106,
                                                              "column": 18
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "expect",
                                                          "range": [
                                                            4247,
                                                            4253
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 106,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 106,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4240,
                                                          4253
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 106,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 106,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "invoked",
                                                          "range": [
                                                            4254,
                                                            4261
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 106,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 106,
                                                              "column": 33
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        4240,
                                                        4262
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 106,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 106,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "to",
                                                      "range": [
                                                        4263,
                                                        4265
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 106,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 106,
                                                          "column": 37
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4240,
                                                      4265
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "equal",
                                                    "range": [
                                                      4266,
                                                      4271
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 43
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4240,
                                                    4271
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 4,
                                                    "raw": "4",
                                                    "range": [
                                                      4272,
                                                      4273
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 45
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4240,
                                                  4274
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                4240,
                                                4275
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 106,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 47
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            4226,
                                            4285
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          4214,
                                          4285
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4084,
                                      4286
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    4080,
                                    4286
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 107,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4076,
                                4287
                              ],
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 8
                                },
                                "end": {
                                  "line": 107,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        4296,
                                        4312
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          4313,
                                          4314
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4296,
                                      4315
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      4316,
                                      4320
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    4296,
                                    4320
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      4321,
                                      4329
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      4331,
                                      4337
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 49
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4296,
                                  4338
                                ],
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 50
                                  }
                                }
                              },
                              "range": [
                                4296,
                                4339
                              ],
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 8
                                },
                                "end": {
                                  "line": 108,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        4348,
                                        4367
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            4368,
                                            4369
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            4370,
                                            4383
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          4368,
                                          4383
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4348,
                                      4384
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      4385,
                                      4389
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    4348,
                                    4389
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      4390,
                                      4395
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4348,
                                  4396
                                ],
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                4348,
                                4397
                              ],
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 8
                                },
                                "end": {
                                  "line": 109,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            3856,
                            4403
                          ],
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 44
                            },
                            "end": {
                              "line": 110,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          3844,
                          4403
                        ],
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 32
                          },
                          "end": {
                            "line": 110,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      3816,
                      4404
                    ],
                    "loc": {
                      "start": {
                        "line": 96,
                        "column": 4
                      },
                      "end": {
                        "line": 110,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1294,
                    "_esdocTestName": "it1294"
                  },
                  "range": [
                    3816,
                    4405
                  ],
                  "loc": {
                    "start": {
                      "line": 96,
                      "column": 4
                    },
                    "end": {
                      "line": 110,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        4410,
                        4412
                      ],
                      "loc": {
                        "start": {
                          "line": 111,
                          "column": 4
                        },
                        "end": {
                          "line": 111,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should map with index until completed",
                        "raw": "'should map with index until completed'",
                        "range": [
                          4413,
                          4452
                        ],
                        "loc": {
                          "start": {
                            "line": 111,
                            "column": 7
                          },
                          "end": {
                            "line": 111,
                            "column": 46
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      4480,
                                      4481
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        4484,
                                        4487
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-5-^-4--3---2----1--|",
                                        "raw": "'-5-^-4--3---2----1--|'",
                                        "range": [
                                          4488,
                                          4511
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4484,
                                      4512
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    4480,
                                    4512
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 44
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4476,
                                4513
                              ],
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 8
                                },
                                "end": {
                                  "line": 112,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      4526,
                                      4531
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^                !",
                                    "raw": "'^                !'",
                                    "range": [
                                      4534,
                                      4554
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    4526,
                                    4554
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4522,
                                4555
                              ],
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 8
                                },
                                "end": {
                                  "line": 113,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      4568,
                                      4576
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--a--b---c----d--|",
                                    "raw": "'--a--b---c----d--|'",
                                    "range": [
                                      4579,
                                      4599
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    4568,
                                    4599
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 43
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4564,
                                4600
                              ],
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 8
                                },
                                "end": {
                                  "line": 114,
                                  "column": 44
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      4613,
                                      4619
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            4624,
                                            4625
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 5,
                                          "raw": "5",
                                          "range": [
                                            4627,
                                            4628
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          4624,
                                          4628
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 27
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            4630,
                                            4631
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 14,
                                          "raw": "14",
                                          "range": [
                                            4633,
                                            4635
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          4630,
                                          4635
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 34
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "c",
                                          "range": [
                                            4637,
                                            4638
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 23,
                                          "raw": "23",
                                          "range": [
                                            4640,
                                            4642
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          4637,
                                          4642
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 41
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "d",
                                          "range": [
                                            4644,
                                            4645
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 32,
                                          "raw": "32",
                                          "range": [
                                            4647,
                                            4649
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 48
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          4644,
                                          4649
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 48
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4622,
                                      4651
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    4613,
                                    4651
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 50
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4609,
                                4652
                              ],
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 8
                                },
                                "end": {
                                  "line": 115,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoked",
                                    "range": [
                                      4665,
                                      4672
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      4675,
                                      4676
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "range": [
                                    4665,
                                    4676
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 23
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4661,
                                4677
                              ],
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 8
                                },
                                "end": {
                                  "line": 116,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      4690,
                                      4691
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "a",
                                            "range": [
                                              4694,
                                              4695
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 17
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "map",
                                            "range": [
                                              4696,
                                              4699
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            4694,
                                            4699
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "FunctionExpression",
                                            "id": null,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  4710,
                                                  4711
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "name": "index",
                                                "range": [
                                                  4713,
                                                  4718
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 40
                                                  }
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "UpdateExpression",
                                                    "operator": "++",
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "name": "invoked",
                                                      "range": [
                                                        4734,
                                                        4741
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 19
                                                        }
                                                      }
                                                    },
                                                    "prefix": false,
                                                    "range": [
                                                      4734,
                                                      4743
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 21
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4734,
                                                    4744
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 118,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 118,
                                                      "column": 22
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "argument": {
                                                    "type": "BinaryExpression",
                                                    "operator": "+",
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "operator": "+",
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "parseInt",
                                                          "range": [
                                                            4765,
                                                            4773
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 119,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 119,
                                                              "column": 28
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              4774,
                                                              4775
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 119,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 119,
                                                                "column": 30
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4765,
                                                          4776
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 119,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 119,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          4779,
                                                          4780
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 119,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 119,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4765,
                                                        4780
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 35
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "operator": "*",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "name": "index",
                                                        "range": [
                                                          4785,
                                                          4790
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 119,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 119,
                                                            "column": 45
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "value": 10,
                                                        "raw": "10",
                                                        "range": [
                                                          4793,
                                                          4795
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 119,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 119,
                                                            "column": 50
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4785,
                                                        4795
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 50
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4764,
                                                      4796
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 119,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 119,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4757,
                                                    4797
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 119,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 119,
                                                      "column": 52
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                4720,
                                                4807
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 9
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              4700,
                                              4807
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 9
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          4694,
                                          4808
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "do",
                                        "range": [
                                          4809,
                                          4811
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "range": [
                                        4694,
                                        4811
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          4812,
                                          4816
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 18
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          4818,
                                          4822
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 24
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "chai_1",
                                                          "range": [
                                                            4850,
                                                            4856
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 121,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 121,
                                                              "column": 18
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "expect",
                                                          "range": [
                                                            4857,
                                                            4863
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 121,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 121,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4850,
                                                          4863
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 121,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 121,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "invoked",
                                                          "range": [
                                                            4864,
                                                            4871
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 121,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 121,
                                                              "column": 33
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        4850,
                                                        4872
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 121,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 121,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "to",
                                                      "range": [
                                                        4873,
                                                        4875
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 121,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 121,
                                                          "column": 37
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4850,
                                                      4875
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "equal",
                                                    "range": [
                                                      4876,
                                                      4881
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 43
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4850,
                                                    4881
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 121,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 121,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 4,
                                                    "raw": "4",
                                                    "range": [
                                                      4882,
                                                      4883
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 45
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4850,
                                                  4884
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                4850,
                                                4885
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 47
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            4836,
                                            4895
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          4824,
                                          4895
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4694,
                                      4896
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    4690,
                                    4896
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4686,
                                4897
                              ],
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 8
                                },
                                "end": {
                                  "line": 122,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        4906,
                                        4922
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          4923,
                                          4924
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4906,
                                      4925
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      4926,
                                      4930
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    4906,
                                    4930
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      4931,
                                      4939
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      4941,
                                      4947
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 49
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4906,
                                  4948
                                ],
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 50
                                  }
                                }
                              },
                              "range": [
                                4906,
                                4949
                              ],
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 8
                                },
                                "end": {
                                  "line": 123,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        4958,
                                        4977
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            4978,
                                            4979
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            4980,
                                            4993
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          4978,
                                          4993
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4958,
                                      4994
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      4995,
                                      4999
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    4958,
                                    4999
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      5000,
                                      5005
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4958,
                                  5006
                                ],
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                4958,
                                5007
                              ],
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 8
                                },
                                "end": {
                                  "line": 124,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            4466,
                            5013
                          ],
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 60
                            },
                            "end": {
                              "line": 125,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          4454,
                          5013
                        ],
                        "loc": {
                          "start": {
                            "line": 111,
                            "column": 48
                          },
                          "end": {
                            "line": 125,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      4410,
                      5014
                    ],
                    "loc": {
                      "start": {
                        "line": 111,
                        "column": 4
                      },
                      "end": {
                        "line": 125,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1295,
                    "_esdocTestName": "it1295"
                  },
                  "range": [
                    4410,
                    5015
                  ],
                  "loc": {
                    "start": {
                      "line": 111,
                      "column": 4
                    },
                    "end": {
                      "line": 125,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        5020,
                        5022
                      ],
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 4
                        },
                        "end": {
                          "line": 126,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should map with index until an error occurs",
                        "raw": "'should map with index until an error occurs'",
                        "range": [
                          5023,
                          5068
                        ],
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 7
                          },
                          "end": {
                            "line": 126,
                            "column": 52
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      5096,
                                      5097
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        5100,
                                        5103
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-5-^-4--3---2----1--#",
                                        "raw": "'-5-^-4--3---2----1--#'",
                                        "range": [
                                          5104,
                                          5127
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 43
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "undefined",
                                        "range": [
                                          5129,
                                          5138
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 54
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "too bad",
                                        "raw": "'too bad'",
                                        "range": [
                                          5140,
                                          5149
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 65
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5100,
                                      5150
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 66
                                      }
                                    }
                                  },
                                  "range": [
                                    5096,
                                    5150
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 66
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5092,
                                5151
                              ],
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 8
                                },
                                "end": {
                                  "line": 127,
                                  "column": 67
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      5164,
                                      5169
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^                !",
                                    "raw": "'^                !'",
                                    "range": [
                                      5172,
                                      5192
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    5164,
                                    5192
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5160,
                                5193
                              ],
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 8
                                },
                                "end": {
                                  "line": 128,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      5206,
                                      5214
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--a--b---c----d--#",
                                    "raw": "'--a--b---c----d--#'",
                                    "range": [
                                      5217,
                                      5237
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    5206,
                                    5237
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 43
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5202,
                                5238
                              ],
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 8
                                },
                                "end": {
                                  "line": 129,
                                  "column": 44
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      5251,
                                      5257
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            5262,
                                            5263
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 5,
                                          "raw": "5",
                                          "range": [
                                            5265,
                                            5266
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5262,
                                          5266
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 27
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            5268,
                                            5269
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 14,
                                          "raw": "14",
                                          "range": [
                                            5271,
                                            5273
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5268,
                                          5273
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 34
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "c",
                                          "range": [
                                            5275,
                                            5276
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 23,
                                          "raw": "23",
                                          "range": [
                                            5278,
                                            5280
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5275,
                                          5280
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 41
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "d",
                                          "range": [
                                            5282,
                                            5283
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 32,
                                          "raw": "32",
                                          "range": [
                                            5285,
                                            5287
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 48
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5282,
                                          5287
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 48
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5260,
                                      5289
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    5251,
                                    5289
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 50
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5247,
                                5290
                              ],
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 8
                                },
                                "end": {
                                  "line": 130,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoked",
                                    "range": [
                                      5303,
                                      5310
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      5313,
                                      5314
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "range": [
                                    5303,
                                    5314
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 23
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5299,
                                5315
                              ],
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 8
                                },
                                "end": {
                                  "line": 131,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      5328,
                                      5329
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "a",
                                            "range": [
                                              5332,
                                              5333
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 17
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "map",
                                            "range": [
                                              5334,
                                              5337
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            5332,
                                            5337
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "FunctionExpression",
                                            "id": null,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  5348,
                                                  5349
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "name": "index",
                                                "range": [
                                                  5351,
                                                  5356
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 40
                                                  }
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "UpdateExpression",
                                                    "operator": "++",
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "name": "invoked",
                                                      "range": [
                                                        5372,
                                                        5379
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 133,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 133,
                                                          "column": 19
                                                        }
                                                      }
                                                    },
                                                    "prefix": false,
                                                    "range": [
                                                      5372,
                                                      5381
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 133,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 133,
                                                        "column": 21
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5372,
                                                    5382
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 133,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 133,
                                                      "column": 22
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "argument": {
                                                    "type": "BinaryExpression",
                                                    "operator": "+",
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "operator": "+",
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "parseInt",
                                                          "range": [
                                                            5403,
                                                            5411
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 134,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 134,
                                                              "column": 28
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              5412,
                                                              5413
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 134,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 134,
                                                                "column": 30
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          5403,
                                                          5414
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 134,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          5417,
                                                          5418
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 134,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5403,
                                                        5418
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 134,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 134,
                                                          "column": 35
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "operator": "*",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "name": "index",
                                                        "range": [
                                                          5423,
                                                          5428
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 134,
                                                            "column": 45
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "value": 10,
                                                        "raw": "10",
                                                        "range": [
                                                          5431,
                                                          5433
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 134,
                                                            "column": 50
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5423,
                                                        5433
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 134,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 134,
                                                          "column": 50
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      5402,
                                                      5434
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 134,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 134,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5395,
                                                    5435
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 52
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                5358,
                                                5445
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 132,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 9
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              5338,
                                              5445
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 9
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          5332,
                                          5446
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "do",
                                        "range": [
                                          5447,
                                          5449
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "range": [
                                        5332,
                                        5449
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          5450,
                                          5454
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 18
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          5456,
                                          5460
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 24
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "chai_1",
                                                          "range": [
                                                            5488,
                                                            5494
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 136,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 136,
                                                              "column": 18
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "expect",
                                                          "range": [
                                                            5495,
                                                            5501
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 136,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 136,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          5488,
                                                          5501
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 136,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 136,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "invoked",
                                                          "range": [
                                                            5502,
                                                            5509
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 136,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 136,
                                                              "column": 33
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        5488,
                                                        5510
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 136,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 136,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "to",
                                                      "range": [
                                                        5511,
                                                        5513
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 136,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 136,
                                                          "column": 37
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      5488,
                                                      5513
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 136,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 136,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "equal",
                                                    "range": [
                                                      5514,
                                                      5519
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 136,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 136,
                                                        "column": 43
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5488,
                                                    5519
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 136,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 136,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 4,
                                                    "raw": "4",
                                                    "range": [
                                                      5520,
                                                      5521
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 136,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 136,
                                                        "column": 45
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5488,
                                                  5522
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                5488,
                                                5523
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 47
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            5474,
                                            5533
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          5462,
                                          5533
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5332,
                                      5534
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    5328,
                                    5534
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5324,
                                5535
                              ],
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 8
                                },
                                "end": {
                                  "line": 137,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        5544,
                                        5560
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          5561,
                                          5562
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5544,
                                      5563
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      5564,
                                      5568
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    5544,
                                    5568
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      5569,
                                      5577
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      5579,
                                      5585
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 49
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "too bad",
                                    "raw": "'too bad'",
                                    "range": [
                                      5587,
                                      5596
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 60
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5544,
                                  5597
                                ],
                                "loc": {
                                  "start": {
                                    "line": 138,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 138,
                                    "column": 61
                                  }
                                }
                              },
                              "range": [
                                5544,
                                5598
                              ],
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 8
                                },
                                "end": {
                                  "line": 138,
                                  "column": 62
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        5607,
                                        5626
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            5627,
                                            5628
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            5629,
                                            5642
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          5627,
                                          5642
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5607,
                                      5643
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      5644,
                                      5648
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    5607,
                                    5648
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      5649,
                                      5654
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5607,
                                  5655
                                ],
                                "loc": {
                                  "start": {
                                    "line": 139,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                5607,
                                5656
                              ],
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 8
                                },
                                "end": {
                                  "line": 139,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            5082,
                            5662
                          ],
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 66
                            },
                            "end": {
                              "line": 140,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          5070,
                          5662
                        ],
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 54
                          },
                          "end": {
                            "line": 140,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      5020,
                      5663
                    ],
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 4
                      },
                      "end": {
                        "line": 140,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1296,
                    "_esdocTestName": "it1296"
                  },
                  "range": [
                    5020,
                    5664
                  ],
                  "loc": {
                    "start": {
                      "line": 126,
                      "column": 4
                    },
                    "end": {
                      "line": 140,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        5669,
                        5671
                      ],
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 4
                        },
                        "end": {
                          "line": 141,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should map using a custom thisArg",
                        "raw": "'should map using a custom thisArg'",
                        "range": [
                          5672,
                          5707
                        ],
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 7
                          },
                          "end": {
                            "line": 141,
                            "column": 42
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      5735,
                                      5736
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 142,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 142,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        5739,
                                        5742
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 142,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 142,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-5-^-4--3---2----1--|",
                                        "raw": "'-5-^-4--3---2----1--|'",
                                        "range": [
                                          5743,
                                          5766
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5739,
                                      5767
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 142,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 142,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    5735,
                                    5767
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 142,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 142,
                                      "column": 44
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5731,
                                5768
                              ],
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 8
                                },
                                "end": {
                                  "line": 142,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      5781,
                                      5786
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 143,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 143,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^                !",
                                    "raw": "'^                !'",
                                    "range": [
                                      5789,
                                      5809
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 143,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 143,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    5781,
                                    5809
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 143,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 143,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5777,
                                5810
                              ],
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 8
                                },
                                "end": {
                                  "line": 143,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      5823,
                                      5831
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--a--b---c----d--|",
                                    "raw": "'--a--b---c----d--|'",
                                    "range": [
                                      5834,
                                      5854
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    5823,
                                    5854
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 43
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5819,
                                5855
                              ],
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 8
                                },
                                "end": {
                                  "line": 144,
                                  "column": 44
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      5868,
                                      5874
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            5879,
                                            5880
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 5,
                                          "raw": "5",
                                          "range": [
                                            5882,
                                            5883
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5879,
                                          5883
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 145,
                                            "column": 27
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            5885,
                                            5886
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 14,
                                          "raw": "14",
                                          "range": [
                                            5888,
                                            5890
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5885,
                                          5890
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 145,
                                            "column": 34
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "c",
                                          "range": [
                                            5892,
                                            5893
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 23,
                                          "raw": "23",
                                          "range": [
                                            5895,
                                            5897
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5892,
                                          5897
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 145,
                                            "column": 41
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "d",
                                          "range": [
                                            5899,
                                            5900
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 32,
                                          "raw": "32",
                                          "range": [
                                            5902,
                                            5904
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 48
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5899,
                                          5904
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 145,
                                            "column": 48
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5877,
                                      5906
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    5868,
                                    5906
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 145,
                                      "column": 50
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5864,
                                5907
                              ],
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 8
                                },
                                "end": {
                                  "line": 145,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoked",
                                    "range": [
                                      5920,
                                      5927
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      5930,
                                      5931
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "range": [
                                    5920,
                                    5931
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 23
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5916,
                                5932
                              ],
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 8
                                },
                                "end": {
                                  "line": 146,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "foo",
                                    "range": [
                                      5945,
                                      5948
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "value",
                                          "range": [
                                            5965,
                                            5970
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 148,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 148,
                                              "column": 17
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 42,
                                          "raw": "42",
                                          "range": [
                                            5972,
                                            5974
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 148,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 148,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5965,
                                          5974
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 148,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 21
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5951,
                                      5984
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    5945,
                                    5984
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5941,
                                5985
                              ],
                              "loc": {
                                "start": {
                                  "line": 147,
                                  "column": 8
                                },
                                "end": {
                                  "line": 149,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      5998,
                                      5999
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "a",
                                            "range": [
                                              6002,
                                              6003
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 150,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 150,
                                                "column": 17
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "map",
                                            "range": [
                                              6017,
                                              6020
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "range": [
                                            6002,
                                            6020
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "FunctionExpression",
                                            "id": null,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  6031,
                                                  6032
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "name": "index",
                                                "range": [
                                                  6034,
                                                  6039
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 35
                                                  }
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "UpdateExpression",
                                                    "operator": "++",
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "name": "invoked",
                                                      "range": [
                                                        6055,
                                                        6062
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 152,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 152,
                                                          "column": 19
                                                        }
                                                      }
                                                    },
                                                    "prefix": false,
                                                    "range": [
                                                      6055,
                                                      6064
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 152,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 152,
                                                        "column": 21
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6055,
                                                    6065
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 152,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 152,
                                                      "column": 22
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "chai_1",
                                                              "range": [
                                                                6078,
                                                                6084
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 153,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 153,
                                                                  "column": 18
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "expect",
                                                              "range": [
                                                                6085,
                                                                6091
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 153,
                                                                  "column": 19
                                                                },
                                                                "end": {
                                                                  "line": 153,
                                                                  "column": 25
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              6078,
                                                              6091
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 153,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 153,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "ThisExpression",
                                                              "range": [
                                                                6092,
                                                                6096
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 153,
                                                                  "column": 26
                                                                },
                                                                "end": {
                                                                  "line": 153,
                                                                  "column": 30
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            6078,
                                                            6097
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 153,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 153,
                                                              "column": 31
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "to",
                                                          "range": [
                                                            6098,
                                                            6100
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 153,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 153,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          6078,
                                                          6100
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 153,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 153,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "equal",
                                                        "range": [
                                                          6101,
                                                          6106
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 153,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 153,
                                                            "column": 40
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6078,
                                                        6106
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 153,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 153,
                                                          "column": 40
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "foo",
                                                        "range": [
                                                          6107,
                                                          6110
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 153,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 153,
                                                            "column": 44
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      6078,
                                                      6111
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 153,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 153,
                                                        "column": 45
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6078,
                                                    6112
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 153,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 153,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "argument": {
                                                    "type": "BinaryExpression",
                                                    "operator": "+",
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "operator": "+",
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "parseInt",
                                                          "range": [
                                                            6133,
                                                            6141
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 154,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 154,
                                                              "column": 28
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              6142,
                                                              6143
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 30
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          6133,
                                                          6144
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 154,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 154,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          6147,
                                                          6148
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 154,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 154,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6133,
                                                        6148
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 154,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 35
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "operator": "*",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "name": "index",
                                                        "range": [
                                                          6153,
                                                          6158
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 154,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 154,
                                                            "column": 45
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "value": 10,
                                                        "raw": "10",
                                                        "range": [
                                                          6161,
                                                          6163
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 154,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 154,
                                                            "column": 50
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6153,
                                                        6163
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 154,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 50
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      6132,
                                                      6164
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 154,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 154,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6125,
                                                    6165
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 154,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 52
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                6041,
                                                6175
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 155,
                                                  "column": 9
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              6021,
                                              6175
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 9
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "foo",
                                            "range": [
                                              6177,
                                              6180
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 14
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          6002,
                                          6181
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 15
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "do",
                                        "range": [
                                          6195,
                                          6197
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 15
                                          }
                                        }
                                      },
                                      "range": [
                                        6002,
                                        6197
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 156,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          6198,
                                          6202
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 20
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          6204,
                                          6208
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 26
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "chai_1",
                                                          "range": [
                                                            6236,
                                                            6242
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 157,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 157,
                                                              "column": 18
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "expect",
                                                          "range": [
                                                            6243,
                                                            6249
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 157,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 157,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          6236,
                                                          6249
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 157,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 157,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "invoked",
                                                          "range": [
                                                            6250,
                                                            6257
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 157,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 157,
                                                              "column": 33
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        6236,
                                                        6258
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 157,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 157,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "to",
                                                      "range": [
                                                        6259,
                                                        6261
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 157,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 157,
                                                          "column": 37
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      6236,
                                                      6261
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 157,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 157,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "equal",
                                                    "range": [
                                                      6262,
                                                      6267
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 157,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 157,
                                                        "column": 43
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6236,
                                                    6267
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 157,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 157,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 4,
                                                    "raw": "4",
                                                    "range": [
                                                      6268,
                                                      6269
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 157,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 157,
                                                        "column": 45
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  6236,
                                                  6270
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 157,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 157,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                6236,
                                                6271
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 157,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 157,
                                                  "column": 47
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            6222,
                                            6281
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 156,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          6210,
                                          6281
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6002,
                                      6282
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    5998,
                                    6282
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5994,
                                6283
                              ],
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 8
                                },
                                "end": {
                                  "line": 158,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        6292,
                                        6308
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          6309,
                                          6310
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6292,
                                      6311
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      6312,
                                      6316
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    6292,
                                    6316
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      6317,
                                      6325
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      6327,
                                      6333
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 49
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  6292,
                                  6334
                                ],
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 50
                                  }
                                }
                              },
                              "range": [
                                6292,
                                6335
                              ],
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 8
                                },
                                "end": {
                                  "line": 159,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        6344,
                                        6363
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            6364,
                                            6365
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            6366,
                                            6379
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          6364,
                                          6379
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6344,
                                      6380
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      6381,
                                      6385
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    6344,
                                    6385
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 160,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 160,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      6386,
                                      6391
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  6344,
                                  6392
                                ],
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                6344,
                                6393
                              ],
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 8
                                },
                                "end": {
                                  "line": 160,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            5721,
                            6399
                          ],
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 56
                            },
                            "end": {
                              "line": 161,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          5709,
                          6399
                        ],
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 44
                          },
                          "end": {
                            "line": 161,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      5669,
                      6400
                    ],
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 4
                      },
                      "end": {
                        "line": 161,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1297,
                    "_esdocTestName": "it1297"
                  },
                  "range": [
                    5669,
                    6401
                  ],
                  "loc": {
                    "start": {
                      "line": 141,
                      "column": 4
                    },
                    "end": {
                      "line": 161,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        6406,
                        6408
                      ],
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 4
                        },
                        "end": {
                          "line": 162,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should map twice",
                        "raw": "'should map twice'",
                        "range": [
                          6409,
                          6427
                        ],
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 7
                          },
                          "end": {
                            "line": 162,
                            "column": 25
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      6455,
                                      6456
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        6459,
                                        6462
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-0----1-^-2---3--4-5--6--7-8-|",
                                        "raw": "'-0----1-^-2---3--4-5--6--7-8-|'",
                                        "range": [
                                          6463,
                                          6495
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 52
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6459,
                                      6496
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "range": [
                                    6455,
                                    6496
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 53
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6451,
                                6497
                              ],
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 8
                                },
                                "end": {
                                  "line": 163,
                                  "column": 54
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      6510,
                                      6515
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^                    !",
                                    "raw": "'^                    !'",
                                    "range": [
                                      6518,
                                      6542
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    6510,
                                    6542
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 44
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6506,
                                6543
                              ],
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 8
                                },
                                "end": {
                                  "line": 164,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      6556,
                                      6564
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--a---b--c-d--e--f-g-|",
                                    "raw": "'--a---b--c-d--e--f-g-|'",
                                    "range": [
                                      6567,
                                      6591
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "range": [
                                    6556,
                                    6591
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 47
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6552,
                                6592
                              ],
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 8
                                },
                                "end": {
                                  "line": 165,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      6605,
                                      6611
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            6616,
                                            6617
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 2,
                                          "raw": "2",
                                          "range": [
                                            6619,
                                            6620
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          6616,
                                          6620
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 27
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            6622,
                                            6623
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 3,
                                          "raw": "3",
                                          "range": [
                                            6625,
                                            6626
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 33
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          6622,
                                          6626
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 33
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "c",
                                          "range": [
                                            6628,
                                            6629
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 4,
                                          "raw": "4",
                                          "range": [
                                            6631,
                                            6632
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          6628,
                                          6632
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 39
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "d",
                                          "range": [
                                            6634,
                                            6635
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 42
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 5,
                                          "raw": "5",
                                          "range": [
                                            6637,
                                            6638
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          6634,
                                          6638
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 45
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "e",
                                          "range": [
                                            6640,
                                            6641
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 48
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 6,
                                          "raw": "6",
                                          "range": [
                                            6643,
                                            6644
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          6640,
                                          6644
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 51
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "f",
                                          "range": [
                                            6646,
                                            6647
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 54
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 7,
                                          "raw": "7",
                                          "range": [
                                            6649,
                                            6650
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          6646,
                                          6650
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 57
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "g",
                                          "range": [
                                            6652,
                                            6653
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 60
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 8,
                                          "raw": "8",
                                          "range": [
                                            6655,
                                            6656
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 63
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          6652,
                                          6656
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 63
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6614,
                                      6658
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 65
                                      }
                                    }
                                  },
                                  "range": [
                                    6605,
                                    6658
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 65
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6601,
                                6659
                              ],
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 8
                                },
                                "end": {
                                  "line": 166,
                                  "column": 66
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoked1",
                                    "range": [
                                      6672,
                                      6680
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      6683,
                                      6684
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    6672,
                                    6684
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6668,
                                6685
                              ],
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 8
                                },
                                "end": {
                                  "line": 167,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoked2",
                                    "range": [
                                      6698,
                                      6706
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      6709,
                                      6710
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    6698,
                                    6710
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6694,
                                6711
                              ],
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 8
                                },
                                "end": {
                                  "line": 168,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      6724,
                                      6725
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "a",
                                                "range": [
                                                  6728,
                                                  6729
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 169,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 169,
                                                    "column": 17
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "map",
                                                "range": [
                                                  6743,
                                                  6746
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 170,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 170,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "range": [
                                                6728,
                                                6746
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 170,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      6757,
                                                      6758
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 28
                                                      }
                                                    }
                                                  }
                                                ],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "UpdateExpression",
                                                        "operator": "++",
                                                        "argument": {
                                                          "type": "Identifier",
                                                          "name": "invoked1",
                                                          "range": [
                                                            6762,
                                                            6770
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 170,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 170,
                                                              "column": 40
                                                            }
                                                          }
                                                        },
                                                        "prefix": false,
                                                        "range": [
                                                          6762,
                                                          6772
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 170,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 170,
                                                            "column": 42
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6762,
                                                        6773
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 43
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ReturnStatement",
                                                      "argument": {
                                                        "type": "BinaryExpression",
                                                        "operator": "*",
                                                        "left": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "Identifier",
                                                            "name": "parseInt",
                                                            "range": [
                                                              6781,
                                                              6789
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 170,
                                                                "column": 51
                                                              },
                                                              "end": {
                                                                "line": 170,
                                                                "column": 59
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "name": "x",
                                                              "range": [
                                                                6790,
                                                                6791
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 170,
                                                                  "column": 60
                                                                },
                                                                "end": {
                                                                  "line": 170,
                                                                  "column": 61
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            6781,
                                                            6792
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 170,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 170,
                                                              "column": 62
                                                            }
                                                          }
                                                        },
                                                        "right": {
                                                          "type": "Literal",
                                                          "value": 2,
                                                          "raw": "2",
                                                          "range": [
                                                            6795,
                                                            6796
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 170,
                                                              "column": 65
                                                            },
                                                            "end": {
                                                              "line": 170,
                                                              "column": 66
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          6781,
                                                          6796
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 170,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 170,
                                                            "column": 66
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6774,
                                                        6797
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 67
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    6760,
                                                    6799
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 170,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 170,
                                                      "column": 69
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  6747,
                                                  6799
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 170,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 170,
                                                    "column": 69
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              6728,
                                              6800
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 70
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "map",
                                            "range": [
                                              6814,
                                              6817
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 171,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 171,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "range": [
                                            6728,
                                            6817
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 169,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 171,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "FunctionExpression",
                                            "id": null,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  6828,
                                                  6829
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 171,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 171,
                                                    "column": 28
                                                  }
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "UpdateExpression",
                                                    "operator": "++",
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "name": "invoked2",
                                                      "range": [
                                                        6833,
                                                        6841
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 171,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 171,
                                                          "column": 40
                                                        }
                                                      }
                                                    },
                                                    "prefix": false,
                                                    "range": [
                                                      6833,
                                                      6843
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 171,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 171,
                                                        "column": 42
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6833,
                                                    6844
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 171,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 171,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "argument": {
                                                    "type": "BinaryExpression",
                                                    "operator": "/",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        6852,
                                                        6853
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 171,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 171,
                                                          "column": 52
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "Literal",
                                                      "value": 2,
                                                      "raw": "2",
                                                      "range": [
                                                        6856,
                                                        6857
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 171,
                                                          "column": 55
                                                        },
                                                        "end": {
                                                          "line": 171,
                                                          "column": 56
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      6852,
                                                      6857
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 171,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 171,
                                                        "column": 56
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6845,
                                                    6858
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 171,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 171,
                                                      "column": 57
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                6831,
                                                6860
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 171,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 171,
                                                  "column": 59
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              6818,
                                              6860
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 171,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 171,
                                                "column": 59
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          6728,
                                          6861
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 60
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "do",
                                        "range": [
                                          6875,
                                          6877
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 15
                                          }
                                        }
                                      },
                                      "range": [
                                        6728,
                                        6877
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          6878,
                                          6882
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 20
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          6884,
                                          6888
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 26
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "chai_1",
                                                          "range": [
                                                            6916,
                                                            6922
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 173,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 173,
                                                              "column": 18
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "expect",
                                                          "range": [
                                                            6923,
                                                            6929
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 173,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 173,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          6916,
                                                          6929
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 173,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 173,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "invoked1",
                                                          "range": [
                                                            6930,
                                                            6938
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 173,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 173,
                                                              "column": 34
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        6916,
                                                        6939
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 173,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 173,
                                                          "column": 35
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "to",
                                                      "range": [
                                                        6940,
                                                        6942
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 173,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 173,
                                                          "column": 38
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      6916,
                                                      6942
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 173,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 173,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "equal",
                                                    "range": [
                                                      6943,
                                                      6948
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 173,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 173,
                                                        "column": 44
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6916,
                                                    6948
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 173,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 173,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 7,
                                                    "raw": "7",
                                                    "range": [
                                                      6949,
                                                      6950
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 173,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 173,
                                                        "column": 46
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  6916,
                                                  6951
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 173,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 173,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                6916,
                                                6952
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 173,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 173,
                                                  "column": 48
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "chai_1",
                                                          "range": [
                                                            6965,
                                                            6971
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 174,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 174,
                                                              "column": 18
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "expect",
                                                          "range": [
                                                            6972,
                                                            6978
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 174,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 174,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          6965,
                                                          6978
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 174,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 174,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "invoked2",
                                                          "range": [
                                                            6979,
                                                            6987
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 174,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 174,
                                                              "column": 34
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        6965,
                                                        6988
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 174,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 174,
                                                          "column": 35
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "to",
                                                      "range": [
                                                        6989,
                                                        6991
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 174,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 174,
                                                          "column": 38
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      6965,
                                                      6991
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 174,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 174,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "equal",
                                                    "range": [
                                                      6992,
                                                      6997
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 174,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 174,
                                                        "column": 44
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6965,
                                                    6997
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 174,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 174,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 7,
                                                    "raw": "7",
                                                    "range": [
                                                      6998,
                                                      6999
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 174,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 174,
                                                        "column": 46
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  6965,
                                                  7000
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 174,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 174,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                6965,
                                                7001
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 174,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 174,
                                                  "column": 48
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            6902,
                                            7011
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 175,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          6890,
                                          7011
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6728,
                                      7012
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    6724,
                                    7012
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6720,
                                7013
                              ],
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 8
                                },
                                "end": {
                                  "line": 175,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        7022,
                                        7038
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 176,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 176,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          7039,
                                          7040
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7022,
                                      7041
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      7042,
                                      7046
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    7022,
                                    7046
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      7047,
                                      7055
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      7057,
                                      7063
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 49
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7022,
                                  7064
                                ],
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 50
                                  }
                                }
                              },
                              "range": [
                                7022,
                                7065
                              ],
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 8
                                },
                                "end": {
                                  "line": 176,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        7074,
                                        7093
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 177,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 177,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            7094,
                                            7095
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 177,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 177,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            7096,
                                            7109
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 177,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 177,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          7094,
                                          7109
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7074,
                                      7110
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      7111,
                                      7115
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    7074,
                                    7115
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      7116,
                                      7121
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7074,
                                  7122
                                ],
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                7074,
                                7123
                              ],
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 8
                                },
                                "end": {
                                  "line": 177,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            6441,
                            7129
                          ],
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 39
                            },
                            "end": {
                              "line": 178,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          6429,
                          7129
                        ],
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 27
                          },
                          "end": {
                            "line": 178,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      6406,
                      7130
                    ],
                    "loc": {
                      "start": {
                        "line": 162,
                        "column": 4
                      },
                      "end": {
                        "line": 178,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1298,
                    "_esdocTestName": "it1298"
                  },
                  "range": [
                    6406,
                    7131
                  ],
                  "loc": {
                    "start": {
                      "line": 162,
                      "column": 4
                    },
                    "end": {
                      "line": 178,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        7136,
                        7138
                      ],
                      "loc": {
                        "start": {
                          "line": 179,
                          "column": 4
                        },
                        "end": {
                          "line": 179,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should do multiple maps using a custom thisArg",
                        "raw": "'should do multiple maps using a custom thisArg'",
                        "range": [
                          7139,
                          7187
                        ],
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 7
                          },
                          "end": {
                            "line": 179,
                            "column": 55
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      7215,
                                      7216
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        7219,
                                        7222
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--1--2--3--4--|",
                                        "raw": "'--1--2--3--4--|'",
                                        "range": [
                                          7223,
                                          7240
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 180,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 180,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7219,
                                      7241
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    7215,
                                    7241
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7211,
                                7242
                              ],
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 8
                                },
                                "end": {
                                  "line": 180,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      7255,
                                      7260
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^             !",
                                    "raw": "'^             !'",
                                    "range": [
                                      7263,
                                      7280
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    7255,
                                    7280
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7251,
                                7281
                              ],
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 8
                                },
                                "end": {
                                  "line": 181,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      7294,
                                      7302
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--a--b--c--d--|",
                                    "raw": "'--a--b--c--d--|'",
                                    "range": [
                                      7305,
                                      7322
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    7294,
                                    7322
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7290,
                                7323
                              ],
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 8
                                },
                                "end": {
                                  "line": 182,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      7336,
                                      7342
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            7347,
                                            7348
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 11,
                                          "raw": "11",
                                          "range": [
                                            7350,
                                            7352
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          7347,
                                          7352
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 183,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 183,
                                            "column": 28
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            7354,
                                            7355
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 14,
                                          "raw": "14",
                                          "range": [
                                            7357,
                                            7359
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 35
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          7354,
                                          7359
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 183,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 183,
                                            "column": 35
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "c",
                                          "range": [
                                            7361,
                                            7362
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 17,
                                          "raw": "17",
                                          "range": [
                                            7364,
                                            7366
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 42
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          7361,
                                          7366
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 183,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 183,
                                            "column": 42
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "d",
                                          "range": [
                                            7368,
                                            7369
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 20,
                                          "raw": "20",
                                          "range": [
                                            7371,
                                            7373
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 49
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          7368,
                                          7373
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 183,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 183,
                                            "column": 49
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7345,
                                      7375
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 51
                                      }
                                    }
                                  },
                                  "range": [
                                    7336,
                                    7375
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 183,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 183,
                                      "column": 51
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7332,
                                7376
                              ],
                              "loc": {
                                "start": {
                                  "line": 183,
                                  "column": 8
                                },
                                "end": {
                                  "line": 183,
                                  "column": 52
                                }
                              }
                            },
                            {
                              "type": "FunctionDeclaration",
                              "id": {
                                "type": "Identifier",
                                "name": "Filterer",
                                "range": [
                                  7394,
                                  7402
                                ],
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 25
                                  }
                                }
                              },
                              "params": [],
                              "body": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            7419,
                                            7423
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 185,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 185,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "selector1",
                                          "range": [
                                            7424,
                                            7433
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 185,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 185,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "range": [
                                          7419,
                                          7433
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              7446,
                                              7447
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 185,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 185,
                                                "column": 40
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "name": "parseInt",
                                                    "range": [
                                                      7458,
                                                      7466
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 185,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 185,
                                                        "column": 59
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        7467,
                                                        7468
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 185,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 185,
                                                          "column": 61
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    7458,
                                                    7469
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 185,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 185,
                                                      "column": 62
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Literal",
                                                  "value": 2,
                                                  "raw": "2",
                                                  "range": [
                                                    7472,
                                                    7473
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 185,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 185,
                                                      "column": 66
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  7458,
                                                  7473
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 185,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 185,
                                                    "column": 66
                                                  }
                                                }
                                              },
                                              "range": [
                                                7451,
                                                7474
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 185,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 185,
                                                  "column": 67
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            7449,
                                            7476
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 185,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 185,
                                              "column": 69
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          7436,
                                          7476
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 69
                                          }
                                        }
                                      },
                                      "range": [
                                        7419,
                                        7476
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 185,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 185,
                                          "column": 69
                                        }
                                      }
                                    },
                                    "range": [
                                      7419,
                                      7477
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 70
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            7490,
                                            7494
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 186,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 186,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "selector2",
                                          "range": [
                                            7495,
                                            7504
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 186,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 186,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "range": [
                                          7490,
                                          7504
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              7517,
                                              7518
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 186,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 186,
                                                "column": 40
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "*",
                                                "left": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "name": "parseInt",
                                                    "range": [
                                                      7529,
                                                      7537
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 186,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 186,
                                                        "column": 59
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        7538,
                                                        7539
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 186,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 186,
                                                          "column": 61
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    7529,
                                                    7540
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 62
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Literal",
                                                  "value": 3,
                                                  "raw": "3",
                                                  "range": [
                                                    7543,
                                                    7544
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 66
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  7529,
                                                  7544
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 66
                                                  }
                                                }
                                              },
                                              "range": [
                                                7522,
                                                7545
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 186,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 186,
                                                  "column": 67
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            7520,
                                            7547
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 186,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 186,
                                              "column": 69
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          7507,
                                          7547
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 69
                                          }
                                        }
                                      },
                                      "range": [
                                        7490,
                                        7547
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 186,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 186,
                                          "column": 69
                                        }
                                      }
                                    },
                                    "range": [
                                      7490,
                                      7548
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 186,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 186,
                                        "column": 70
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7405,
                                  7558
                                ],
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 9
                                  }
                                }
                              },
                              "generator": false,
                              "expression": false,
                              "range": [
                                7385,
                                7558
                              ],
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 8
                                },
                                "end": {
                                  "line": 187,
                                  "column": 9
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "filterer",
                                    "range": [
                                      7571,
                                      7579
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "Filterer",
                                      "range": [
                                        7586,
                                        7594
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 35
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      7582,
                                      7596
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    7571,
                                    7596
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7567,
                                7597
                              ],
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 8
                                },
                                "end": {
                                  "line": 188,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      7610,
                                      7611
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "a",
                                                "range": [
                                                  7614,
                                                  7615
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 189,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 189,
                                                    "column": 17
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "map",
                                                "range": [
                                                  7629,
                                                  7632
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 190,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 190,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "range": [
                                                7614,
                                                7632
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 189,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 190,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      7643,
                                                      7644
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 190,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 190,
                                                        "column": 28
                                                      }
                                                    }
                                                  }
                                                ],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ReturnStatement",
                                                      "argument": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "range": [
                                                              7655,
                                                              7659
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 190,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 190,
                                                                "column": 43
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "selector1",
                                                            "range": [
                                                              7660,
                                                              7669
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 190,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 190,
                                                                "column": 53
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            7655,
                                                            7669
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 190,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 190,
                                                              "column": 53
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              7670,
                                                              7671
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 190,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 190,
                                                                "column": 55
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          7655,
                                                          7672
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 190,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 190,
                                                            "column": 56
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        7648,
                                                        7673
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 190,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 190,
                                                          "column": 57
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    7646,
                                                    7675
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 190,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 190,
                                                      "column": 59
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  7633,
                                                  7675
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 190,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 190,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "name": "filterer",
                                                "range": [
                                                  7677,
                                                  7685
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 190,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 190,
                                                    "column": 69
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              7614,
                                              7686
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 190,
                                                "column": 70
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "map",
                                            "range": [
                                              7700,
                                              7703
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 191,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 191,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "range": [
                                            7614,
                                            7703
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 191,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "FunctionExpression",
                                            "id": null,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  7714,
                                                  7715
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 191,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 191,
                                                    "column": 28
                                                  }
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ReturnStatement",
                                                  "argument": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          7726,
                                                          7730
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 191,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 191,
                                                            "column": 43
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "selector2",
                                                        "range": [
                                                          7731,
                                                          7740
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 191,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 191,
                                                            "column": 53
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        7726,
                                                        7740
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 191,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 191,
                                                          "column": 53
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "x",
                                                        "range": [
                                                          7741,
                                                          7742
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 191,
                                                            "column": 54
                                                          },
                                                          "end": {
                                                            "line": 191,
                                                            "column": 55
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      7726,
                                                      7743
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 191,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 191,
                                                        "column": 56
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    7719,
                                                    7744
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 191,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 191,
                                                      "column": 57
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                7717,
                                                7746
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 191,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 191,
                                                  "column": 59
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              7704,
                                              7746
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 191,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 191,
                                                "column": 59
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "filterer",
                                            "range": [
                                              7748,
                                              7756
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 191,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 191,
                                                "column": 69
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          7614,
                                          7757
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 70
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "map",
                                        "range": [
                                          7771,
                                          7774
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 192,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 192,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "range": [
                                        7614,
                                        7774
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 192,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              7785,
                                              7786
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 192,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 28
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "range": [
                                                      7797,
                                                      7801
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 43
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "selector1",
                                                    "range": [
                                                      7802,
                                                      7811
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 53
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    7797,
                                                    7811
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 192,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 192,
                                                      "column": 53
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      7812,
                                                      7813
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 55
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  7797,
                                                  7814
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 192,
                                                    "column": 56
                                                  }
                                                }
                                              },
                                              "range": [
                                                7790,
                                                7815
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 192,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 192,
                                                  "column": 57
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            7788,
                                            7817
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 192,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 192,
                                              "column": 59
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          7775,
                                          7817
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 192,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 192,
                                            "column": 59
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "filterer",
                                        "range": [
                                          7819,
                                          7827
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 192,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 192,
                                            "column": 69
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7614,
                                      7828
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 70
                                      }
                                    }
                                  },
                                  "range": [
                                    7610,
                                    7828
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 192,
                                      "column": 70
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7606,
                                7829
                              ],
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 8
                                },
                                "end": {
                                  "line": 192,
                                  "column": 71
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        7838,
                                        7854
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          7855,
                                          7856
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7838,
                                      7857
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      7858,
                                      7862
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    7838,
                                    7862
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      7863,
                                      7871
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      7873,
                                      7879
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 49
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7838,
                                  7880
                                ],
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 50
                                  }
                                }
                              },
                              "range": [
                                7838,
                                7881
                              ],
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 8
                                },
                                "end": {
                                  "line": 193,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        7890,
                                        7909
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 194,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 194,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            7910,
                                            7911
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 194,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 194,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            7912,
                                            7925
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 194,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 194,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          7910,
                                          7925
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7890,
                                      7926
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      7927,
                                      7931
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    7890,
                                    7931
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      7932,
                                      7937
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7890,
                                  7938
                                ],
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                7890,
                                7939
                              ],
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 8
                                },
                                "end": {
                                  "line": 194,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            7201,
                            7945
                          ],
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 69
                            },
                            "end": {
                              "line": 195,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          7189,
                          7945
                        ],
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 57
                          },
                          "end": {
                            "line": 195,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      7136,
                      7946
                    ],
                    "loc": {
                      "start": {
                        "line": 179,
                        "column": 4
                      },
                      "end": {
                        "line": 195,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1299,
                    "_esdocTestName": "it1299"
                  },
                  "range": [
                    7136,
                    7947
                  ],
                  "loc": {
                    "start": {
                      "line": 179,
                      "column": 4
                    },
                    "end": {
                      "line": 195,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        7952,
                        7954
                      ],
                      "loc": {
                        "start": {
                          "line": 196,
                          "column": 4
                        },
                        "end": {
                          "line": 196,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should not break unsubscription chain when unsubscribed explicitly",
                        "raw": "'should not break unsubscription chain when unsubscribed explicitly'",
                        "range": [
                          7955,
                          8023
                        ],
                        "loc": {
                          "start": {
                            "line": 196,
                            "column": 7
                          },
                          "end": {
                            "line": 196,
                            "column": 75
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      8051,
                                      8052
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 197,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 197,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        8055,
                                        8059
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 197,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 197,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--1--2--3--|",
                                        "raw": "'--1--2--3--|'",
                                        "range": [
                                          8060,
                                          8074
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 197,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 197,
                                            "column": 35
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8055,
                                      8075
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 197,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 197,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    8051,
                                    8075
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 197,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 197,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8047,
                                8076
                              ],
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 8
                                },
                                "end": {
                                  "line": 197,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "unsub",
                                    "range": [
                                      8089,
                                      8094
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 198,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 198,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "      !     ",
                                    "raw": "'      !     '",
                                    "range": [
                                      8097,
                                      8111
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 198,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 198,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    8089,
                                    8111
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 198,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 198,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8085,
                                8112
                              ],
                              "loc": {
                                "start": {
                                  "line": 198,
                                  "column": 8
                                },
                                "end": {
                                  "line": 198,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      8125,
                                      8130
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^     !     ",
                                    "raw": "'^     !     '",
                                    "range": [
                                      8133,
                                      8147
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    8125,
                                    8147
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 199,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 199,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8121,
                                8148
                              ],
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 8
                                },
                                "end": {
                                  "line": 199,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      8161,
                                      8169
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--x--y-     ",
                                    "raw": "'--x--y-     '",
                                    "range": [
                                      8172,
                                      8186
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    8161,
                                    8186
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 200,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 200,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8157,
                                8187
                              ],
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 8
                                },
                                "end": {
                                  "line": 200,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      8200,
                                      8201
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "a",
                                                "range": [
                                                  8204,
                                                  8205
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 201,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 201,
                                                    "column": 17
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "mergeMap",
                                                "range": [
                                                  8219,
                                                  8227
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 202,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 202,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "range": [
                                                8204,
                                                8227
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 201,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 202,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      8238,
                                                      8239
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 202,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 202,
                                                        "column": 33
                                                      }
                                                    }
                                                  }
                                                ],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ReturnStatement",
                                                      "argument": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "Observable",
                                                            "range": [
                                                              8250,
                                                              8260
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 202,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 202,
                                                                "column": 54
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "of",
                                                            "range": [
                                                              8261,
                                                              8263
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 202,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 202,
                                                                "column": 57
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            8250,
                                                            8263
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 202,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 202,
                                                              "column": 57
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              8264,
                                                              8265
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 202,
                                                                "column": 58
                                                              },
                                                              "end": {
                                                                "line": 202,
                                                                "column": 59
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          8250,
                                                          8266
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 202,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 202,
                                                            "column": 60
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        8243,
                                                        8267
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 202,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 202,
                                                          "column": 61
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    8241,
                                                    8269
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 202,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 202,
                                                      "column": 63
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  8228,
                                                  8269
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 202,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 202,
                                                    "column": 63
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              8204,
                                              8270
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 201,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 202,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "map",
                                            "range": [
                                              8284,
                                              8287
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 203,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 203,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "range": [
                                            8204,
                                            8287
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 201,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 203,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "addDrama",
                                            "range": [
                                              8288,
                                              8296
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 203,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 203,
                                                "column": 25
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          8204,
                                          8297
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 201,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 203,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "mergeMap",
                                        "range": [
                                          8311,
                                          8319
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 204,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 204,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "range": [
                                        8204,
                                        8319
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 201,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              8330,
                                              8331
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 204,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 204,
                                                "column": 33
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "Observable",
                                                    "range": [
                                                      8342,
                                                      8352
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 204,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 204,
                                                        "column": 54
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "of",
                                                    "range": [
                                                      8353,
                                                      8355
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 204,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 204,
                                                        "column": 57
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    8342,
                                                    8355
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 204,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 204,
                                                      "column": 57
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      8356,
                                                      8357
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 204,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 204,
                                                        "column": 59
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  8342,
                                                  8358
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 204,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 204,
                                                    "column": 60
                                                  }
                                                }
                                              },
                                              "range": [
                                                8335,
                                                8359
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 204,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 204,
                                                  "column": 61
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            8333,
                                            8361
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 204,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 204,
                                              "column": 63
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          8320,
                                          8361
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 204,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 204,
                                            "column": 63
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8204,
                                      8362
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 204,
                                        "column": 64
                                      }
                                    }
                                  },
                                  "range": [
                                    8200,
                                    8362
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 204,
                                      "column": 64
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8196,
                                8363
                              ],
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 8
                                },
                                "end": {
                                  "line": 204,
                                  "column": 65
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        8372,
                                        8388
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 205,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 205,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "r",
                                        "range": [
                                          8389,
                                          8390
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 205,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 205,
                                            "column": 26
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "unsub",
                                        "range": [
                                          8392,
                                          8397
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 205,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 205,
                                            "column": 33
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8372,
                                      8398
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      8399,
                                      8403
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    8372,
                                    8403
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 205,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 39
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      8404,
                                      8412
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 48
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            8416,
                                            8417
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 205,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 205,
                                              "column": 53
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "1!",
                                          "raw": "'1!'",
                                          "range": [
                                            8419,
                                            8423
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 205,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 205,
                                              "column": 59
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          8416,
                                          8423
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 205,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 205,
                                            "column": 59
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            8425,
                                            8426
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 205,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 205,
                                              "column": 62
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "2!",
                                          "raw": "'2!'",
                                          "range": [
                                            8428,
                                            8432
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 205,
                                              "column": 64
                                            },
                                            "end": {
                                              "line": 205,
                                              "column": 68
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          8425,
                                          8432
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 205,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 205,
                                            "column": 68
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8414,
                                      8434
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 70
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  8372,
                                  8435
                                ],
                                "loc": {
                                  "start": {
                                    "line": 205,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 205,
                                    "column": 71
                                  }
                                }
                              },
                              "range": [
                                8372,
                                8436
                              ],
                              "loc": {
                                "start": {
                                  "line": 205,
                                  "column": 8
                                },
                                "end": {
                                  "line": 205,
                                  "column": 72
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        8445,
                                        8464
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 206,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 206,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            8465,
                                            8466
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 206,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 206,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            8467,
                                            8480
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 206,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 206,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          8465,
                                          8480
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 206,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 206,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8445,
                                      8481
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 206,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 206,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      8482,
                                      8486
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 206,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 206,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    8445,
                                    8486
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 206,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 206,
                                      "column": 49
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asubs",
                                    "range": [
                                      8487,
                                      8492
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 206,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 206,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  8445,
                                  8493
                                ],
                                "loc": {
                                  "start": {
                                    "line": 206,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 206,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                8445,
                                8494
                              ],
                              "loc": {
                                "start": {
                                  "line": 206,
                                  "column": 8
                                },
                                "end": {
                                  "line": 206,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            8037,
                            8500
                          ],
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 89
                            },
                            "end": {
                              "line": 207,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          8025,
                          8500
                        ],
                        "loc": {
                          "start": {
                            "line": 196,
                            "column": 77
                          },
                          "end": {
                            "line": 207,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      7952,
                      8501
                    ],
                    "loc": {
                      "start": {
                        "line": 196,
                        "column": 4
                      },
                      "end": {
                        "line": 207,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 1300,
                    "_esdocTestName": "it1300"
                  },
                  "range": [
                    7952,
                    8502
                  ],
                  "loc": {
                    "start": {
                      "line": 196,
                      "column": 4
                    },
                    "end": {
                      "line": 207,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                350,
                8504
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 49
                },
                "end": {
                  "line": 208,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              338,
              8504
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 37
              },
              "end": {
                "line": 208,
                "column": 1
              }
            }
          }
        ],
        "range": [
          301,
          8505
        ],
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 208,
            "column": 2
          }
        },
        "_esdocTestId": 1284,
        "_esdocTestName": "describe1284"
      },
      "range": [
        301,
        8506
      ],
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 208,
          "column": 3
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* @test {map} ",
          "range": [
            282,
            300
          ],
          "loc": {
            "start": {
              "line": 9,
              "column": 0
            },
            "end": {
              "line": 9,
              "column": 18
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=map-spec.js.map",
          "range": [
            8507,
            8543
          ],
          "loc": {
            "start": {
              "line": 209,
              "column": 0
            },
            "end": {
              "line": 209,
              "column": 36
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    8506
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 208,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": " function shortcuts",
      "range": [
        115,
        136
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 21
        }
      }
    },
    {
      "type": "Block",
      "value": "* @test {map} ",
      "range": [
        282,
        300
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 18
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=map-spec.js.map",
      "range": [
        8507,
        8543
      ],
      "loc": {
        "start": {
          "line": 209,
          "column": 0
        },
        "end": {
          "line": 209,
          "column": 36
        }
      }
    }
  ]
}