{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "isNumeric",
            "range": [
              9,
              18
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 18
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "isNumeric",
            "range": [
              9,
              18
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 18
              }
            }
          },
          "range": [
            9,
            18
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 18
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../util/isNumeric",
        "raw": "'../util/isNumeric'",
        "range": [
          26,
          45
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 26
          },
          "end": {
            "line": 1,
            "column": 45
          }
        }
      },
      "range": [
        0,
        46
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 46
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Observable",
            "range": [
              56,
              66
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 19
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Observable",
            "range": [
              56,
              66
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 19
              }
            }
          },
          "range": [
            56,
            66
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 19
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../Observable",
        "raw": "'../Observable'",
        "range": [
          74,
          89
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 27
          },
          "end": {
            "line": 2,
            "column": 42
          }
        }
      },
      "range": [
        47,
        90
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 43
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "async",
            "range": [
              100,
              105
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 14
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "async",
            "range": [
              100,
              105
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 14
              }
            }
          },
          "range": [
            100,
            105
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 9
            },
            "end": {
              "line": 3,
              "column": 14
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../scheduler/async",
        "raw": "'../scheduler/async'",
        "range": [
          113,
          133
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 22
          },
          "end": {
            "line": 3,
            "column": 42
          }
        }
      },
      "range": [
        91,
        134
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 43
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            135,
            229
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "IntervalObservable",
              "range": [
                241,
                259
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 11
                },
                "end": {
                  "line": 9,
                  "column": 29
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      273,
                      279
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 43
                      },
                      "end": {
                        "line": 9,
                        "column": 49
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            287,
                            296
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 4
                            },
                            "end": {
                              "line": 10,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "IntervalObservable",
                            "range": [
                              297,
                              315
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 14
                              },
                              "end": {
                                "line": 10,
                                "column": 32
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              317,
                              323
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 34
                              },
                              "end": {
                                "line": 10,
                                "column": 40
                              }
                            }
                          }
                        ],
                        "range": [
                          287,
                          324
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 4
                          },
                          "end": {
                            "line": 10,
                            "column": 41
                          }
                        }
                      },
                      "range": [
                        287,
                        325
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 42
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "IntervalObservable",
                        "range": [
                          339,
                          357
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 13
                          },
                          "end": {
                            "line": 11,
                            "column": 31
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "period",
                          "range": [
                            358,
                            364
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 32
                            },
                            "end": {
                              "line": 11,
                              "column": 38
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "scheduler",
                          "range": [
                            366,
                            375
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 40
                            },
                            "end": {
                              "line": 11,
                              "column": 49
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "period",
                                "range": [
                                  391,
                                  397
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    407,
                                    408
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 29
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  402,
                                  408
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 29
                                  }
                                }
                              },
                              "range": [
                                391,
                                408
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 12
                                },
                                "end": {
                                  "line": 12,
                                  "column": 29
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "period",
                                      "range": [
                                        412,
                                        418
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        421,
                                        422
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "range": [
                                      412,
                                      422
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    412,
                                    423
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 44
                                    }
                                  }
                                }
                              ],
                              "range": [
                                410,
                                425
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 31
                                },
                                "end": {
                                  "line": 12,
                                  "column": 46
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              387,
                              425
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 46
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  438,
                                  447
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 21
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    457,
                                    458
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 32
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  452,
                                  458
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                438,
                                458
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 32
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        462,
                                        471
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 45
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "async",
                                      "range": [
                                        474,
                                        479
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 53
                                        }
                                      }
                                    },
                                    "range": [
                                      462,
                                      479
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "range": [
                                    462,
                                    480
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 54
                                    }
                                  }
                                }
                              ],
                              "range": [
                                460,
                                482
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 34
                                },
                                "end": {
                                  "line": 13,
                                  "column": 56
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              434,
                              482
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 56
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    491,
                                    497
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    498,
                                    502
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  491,
                                  502
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    503,
                                    507
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                491,
                                508
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              491,
                              509
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    518,
                                    522
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "period",
                                  "range": [
                                    523,
                                    529
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  518,
                                  529
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "period",
                                "range": [
                                  532,
                                  538
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                518,
                                538
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 28
                                }
                              }
                            },
                            "range": [
                              518,
                              539
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 29
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    548,
                                    552
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    553,
                                    562
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  548,
                                  562
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  565,
                                  574
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                548,
                                574
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              548,
                              575
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "LogicalExpression",
                              "operator": "||",
                              "left": {
                                "type": "UnaryExpression",
                                "operator": "!",
                                "argument": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "isNumeric",
                                    "range": [
                                      589,
                                      598
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "period",
                                      "range": [
                                        599,
                                        605
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 29
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    589,
                                    606
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 30
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  588,
                                  606
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 30
                                  }
                                }
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "operator": "<",
                                "left": {
                                  "type": "Identifier",
                                  "name": "period",
                                  "range": [
                                    610,
                                    616
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 40
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    619,
                                    620
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 44
                                    }
                                  }
                                },
                                "range": [
                                  610,
                                  620
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 44
                                  }
                                }
                              },
                              "range": [
                                588,
                                620
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 12
                                },
                                "end": {
                                  "line": 17,
                                  "column": 44
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          636,
                                          640
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "period",
                                        "range": [
                                          641,
                                          647
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "range": [
                                        636,
                                        647
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        650,
                                        651
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "range": [
                                      636,
                                      651
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    636,
                                    652
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "range": [
                                622,
                                662
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 46
                                },
                                "end": {
                                  "line": 19,
                                  "column": 9
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              584,
                              662
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 9
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "LogicalExpression",
                              "operator": "||",
                              "left": {
                                "type": "UnaryExpression",
                                "operator": "!",
                                "argument": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    676,
                                    685
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 22
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  675,
                                  685
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "operator": "!==",
                                "left": {
                                  "type": "UnaryExpression",
                                  "operator": "typeof",
                                  "argument": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        696,
                                        705
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "schedule",
                                      "range": [
                                        706,
                                        714
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 51
                                        }
                                      }
                                    },
                                    "range": [
                                      696,
                                      714
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 51
                                      }
                                    }
                                  },
                                  "prefix": true,
                                  "range": [
                                    689,
                                    714
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 51
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": "function",
                                  "raw": "'function'",
                                  "range": [
                                    719,
                                    729
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 66
                                    }
                                  }
                                },
                                "range": [
                                  689,
                                  729
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 66
                                  }
                                }
                              },
                              "range": [
                                675,
                                729
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 12
                                },
                                "end": {
                                  "line": 20,
                                  "column": 66
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          745,
                                          749
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          750,
                                          759
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "range": [
                                        745,
                                        759
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "async",
                                      "range": [
                                        762,
                                        767
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "range": [
                                      745,
                                      767
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    745,
                                    768
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "range": [
                                731,
                                778
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 68
                                },
                                "end": {
                                  "line": 22,
                                  "column": 9
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              671,
                              778
                            ],
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 22,
                                "column": 9
                              }
                            }
                          }
                        ],
                        "range": [
                          377,
                          784
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 51
                          },
                          "end": {
                            "line": 23,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        330,
                        784
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 5
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "Block",
                          "value": "*\n     * Creates an Observable that emits sequential numbers every specified\n     * interval of time, on a specified Scheduler.\n     *\n     * <span class=\"informal\">Emits incremental numbers periodically in time.\n     * </span>\n     *\n     * <img src=\"./img/interval.png\" width=\"100%\">\n     *\n     * `interval` returns an Observable that emits an infinite sequence of\n     * ascending integers, with a constant interval of time of your choosing\n     * between those emissions. The first emission is not sent immediately, but\n     * only after the first period has passed. By default, this operator uses the\n     * `async` Scheduler to provide a notion of time, but you may pass any\n     * Scheduler to it.\n     *\n     * @example <caption>Emits ascending numbers, one every second (1000ms)</caption>\n     * var numbers = Rx.Observable.interval(1000);\n     * numbers.subscribe(x => console.log(x));\n     *\n     * @see {@link timer}\n     * @see {@link delay}\n     *\n     * @param {number} [period=0] The interval size in milliseconds (by default)\n     * or the time unit determined by the scheduler's clock.\n     * @param {Scheduler} [scheduler=async] The Scheduler to use for scheduling\n     * the emission of values, and providing a notion of \"time\".\n     * @return {Observable} An Observable that emits a sequential number each time\n     * interval.\n     * @static true\n     * @name interval\n     * @owner Observable\n     ",
                          "range": [
                            789,
                            2215
                          ],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 4
                            },
                            "end": {
                              "line": 56,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "IntervalObservable",
                            "range": [
                              2220,
                              2238
                            ],
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 4
                              },
                              "end": {
                                "line": 57,
                                "column": 22
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "create",
                            "range": [
                              2239,
                              2245
                            ],
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 23
                              },
                              "end": {
                                "line": 57,
                                "column": 29
                              }
                            }
                          },
                          "range": [
                            2220,
                            2245
                          ],
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 4
                            },
                            "end": {
                              "line": 57,
                              "column": 29
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "period",
                              "range": [
                                2258,
                                2264
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 42
                                },
                                "end": {
                                  "line": 57,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "scheduler",
                              "range": [
                                2266,
                                2275
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 50
                                },
                                "end": {
                                  "line": 57,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "period",
                                    "range": [
                                      2291,
                                      2297
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "void",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        2307,
                                        2308
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      2302,
                                      2308
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    2291,
                                    2308
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 29
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "period",
                                          "range": [
                                            2312,
                                            2318
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            2321,
                                            2322
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          2312,
                                          2322
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "range": [
                                        2312,
                                        2323
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 44
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2310,
                                    2325
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 46
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  2287,
                                  2325
                                ],
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 46
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "scheduler",
                                    "range": [
                                      2338,
                                      2347
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "void",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        2357,
                                        2358
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      2352,
                                      2358
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    2338,
                                    2358
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 32
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "scheduler",
                                          "range": [
                                            2362,
                                            2371
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "name": "async",
                                          "range": [
                                            2374,
                                            2379
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 53
                                            }
                                          }
                                        },
                                        "range": [
                                          2362,
                                          2379
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 53
                                          }
                                        }
                                      },
                                      "range": [
                                        2362,
                                        2380
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 54
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2360,
                                    2382
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 56
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  2334,
                                  2382
                                ],
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 56
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "IntervalObservable",
                                    "range": [
                                      2402,
                                      2420
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "period",
                                      "range": [
                                        2421,
                                        2427
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 44
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        2429,
                                        2438
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 55
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2398,
                                    2439
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 56
                                    }
                                  }
                                },
                                "range": [
                                  2391,
                                  2440
                                ],
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 57
                                  }
                                }
                              }
                            ],
                            "range": [
                              2277,
                              2446
                            ],
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 61
                              },
                              "end": {
                                "line": 61,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            2248,
                            2446
                          ],
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 32
                            },
                            "end": {
                              "line": 61,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          2220,
                          2446
                        ],
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 4
                          },
                          "end": {
                            "line": 61,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2220,
                        2447
                      ],
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 4
                        },
                        "end": {
                          "line": 61,
                          "column": 6
                        }
                      },
                      "leadingComments": [
                        {
                          "type": "Block",
                          "value": "*\n     * Creates an Observable that emits sequential numbers every specified\n     * interval of time, on a specified Scheduler.\n     *\n     * <span class=\"informal\">Emits incremental numbers periodically in time.\n     * </span>\n     *\n     * <img src=\"./img/interval.png\" width=\"100%\">\n     *\n     * `interval` returns an Observable that emits an infinite sequence of\n     * ascending integers, with a constant interval of time of your choosing\n     * between those emissions. The first emission is not sent immediately, but\n     * only after the first period has passed. By default, this operator uses the\n     * `async` Scheduler to provide a notion of time, but you may pass any\n     * Scheduler to it.\n     *\n     * @example <caption>Emits ascending numbers, one every second (1000ms)</caption>\n     * var numbers = Rx.Observable.interval(1000);\n     * numbers.subscribe(x => console.log(x));\n     *\n     * @see {@link timer}\n     * @see {@link delay}\n     *\n     * @param {number} [period=0] The interval size in milliseconds (by default)\n     * or the time unit determined by the scheduler's clock.\n     * @param {Scheduler} [scheduler=async] The Scheduler to use for scheduling\n     * the emission of values, and providing a notion of \"time\".\n     * @return {Observable} An Observable that emits a sequential number each time\n     * interval.\n     * @static true\n     * @name interval\n     * @owner Observable\n     ",
                          "range": [
                            789,
                            2215
                          ],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 4
                            },
                            "end": {
                              "line": 56,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "IntervalObservable",
                            "range": [
                              2452,
                              2470
                            ],
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 4
                              },
                              "end": {
                                "line": 62,
                                "column": 22
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "dispatch",
                            "range": [
                              2471,
                              2479
                            ],
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 23
                              },
                              "end": {
                                "line": 62,
                                "column": 31
                              }
                            }
                          },
                          "range": [
                            2452,
                            2479
                          ],
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 4
                            },
                            "end": {
                              "line": 62,
                              "column": 31
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "state",
                              "range": [
                                2492,
                                2497
                              ],
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 44
                                },
                                "end": {
                                  "line": 62,
                                  "column": 49
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        2513,
                                        2518
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          2521,
                                          2526
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "index",
                                        "range": [
                                          2527,
                                          2532
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "range": [
                                        2521,
                                        2532
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      2513,
                                      2532
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 31
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        2534,
                                        2544
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          2547,
                                          2552
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "subscriber",
                                        "range": [
                                          2553,
                                          2563
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "range": [
                                        2547,
                                        2563
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "range": [
                                      2534,
                                      2563
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 62
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "period",
                                      "range": [
                                        2565,
                                        2571
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 70
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          2574,
                                          2579
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 78
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "period",
                                        "range": [
                                          2580,
                                          2586
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 85
                                          }
                                        }
                                      },
                                      "range": [
                                        2574,
                                        2586
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 85
                                        }
                                      }
                                    },
                                    "range": [
                                      2565,
                                      2586
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 85
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2509,
                                  2587
                                ],
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 86
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        2596,
                                        2606
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "next",
                                      "range": [
                                        2607,
                                        2611
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      2596,
                                      2611
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        2612,
                                        2617
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 29
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2596,
                                    2618
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 30
                                    }
                                  }
                                },
                                "range": [
                                  2596,
                                  2619
                                ],
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 31
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      2632,
                                      2642
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "closed",
                                    "range": [
                                      2643,
                                      2649
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    2632,
                                    2649
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 29
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": null,
                                      "range": [
                                        2665,
                                        2672
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 19
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2651,
                                    2682
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  2628,
                                  2682
                                ],
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "+=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        2691,
                                        2696
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        2697,
                                        2702
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      2691,
                                      2702
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      2706,
                                      2707
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    2691,
                                    2707
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 24
                                    }
                                  }
                                },
                                "range": [
                                  2691,
                                  2708
                                ],
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 25
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        2717,
                                        2721
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "schedule",
                                      "range": [
                                        2722,
                                        2730
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      2717,
                                      2730
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        2731,
                                        2736
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 27
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "period",
                                      "range": [
                                        2738,
                                        2744
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 35
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2717,
                                    2745
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 36
                                    }
                                  }
                                },
                                "range": [
                                  2717,
                                  2746
                                ],
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "range": [
                              2499,
                              2752
                            ],
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 51
                              },
                              "end": {
                                "line": 70,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            2482,
                            2752
                          ],
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 34
                            },
                            "end": {
                              "line": 70,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          2452,
                          2752
                        ],
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 4
                          },
                          "end": {
                            "line": 70,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2452,
                        2753
                      ],
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 4
                        },
                        "end": {
                          "line": 70,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "IntervalObservable",
                              "range": [
                                2758,
                                2776
                              ],
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 4
                                },
                                "end": {
                                  "line": 71,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                2777,
                                2786
                              ],
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 23
                                },
                                "end": {
                                  "line": 71,
                                  "column": 32
                                }
                              }
                            },
                            "range": [
                              2758,
                              2786
                            ],
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 4
                              },
                              "end": {
                                "line": 71,
                                "column": 32
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_subscribe",
                            "range": [
                              2787,
                              2797
                            ],
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 33
                              },
                              "end": {
                                "line": 71,
                                "column": 43
                              }
                            }
                          },
                          "range": [
                            2758,
                            2797
                          ],
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 4
                            },
                            "end": {
                              "line": 71,
                              "column": 43
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "subscriber",
                              "range": [
                                2810,
                                2820
                              ],
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 56
                                },
                                "end": {
                                  "line": 71,
                                  "column": 66
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        2836,
                                        2841
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        2844,
                                        2845
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      2836,
                                      2845
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 21
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2832,
                                  2846
                                ],
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 22
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "period",
                                      "range": [
                                        2859,
                                        2865
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          2868,
                                          2872
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "period",
                                        "range": [
                                          2873,
                                          2879
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "range": [
                                        2868,
                                        2879
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      2859,
                                      2879
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2855,
                                  2880
                                ],
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        2893,
                                        2902
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          2905,
                                          2909
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          2910,
                                          2919
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "range": [
                                        2905,
                                        2919
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      2893,
                                      2919
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 38
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2889,
                                  2920
                                ],
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 39
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        2929,
                                        2939
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "add",
                                      "range": [
                                        2940,
                                        2943
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "range": [
                                      2929,
                                      2943
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "scheduler",
                                          "range": [
                                            2944,
                                            2953
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "schedule",
                                          "range": [
                                            2954,
                                            2962
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "range": [
                                          2944,
                                          2962
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "IntervalObservable",
                                            "range": [
                                              2963,
                                              2981
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 60
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "dispatch",
                                            "range": [
                                              2982,
                                              2990
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 69
                                              }
                                            }
                                          },
                                          "range": [
                                            2963,
                                            2990
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 69
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "period",
                                          "range": [
                                            2992,
                                            2998
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 77
                                            }
                                          }
                                        },
                                        {
                                          "type": "ObjectExpression",
                                          "properties": [
                                            {
                                              "type": "Property",
                                              "key": {
                                                "type": "Identifier",
                                                "name": "index",
                                                "range": [
                                                  3014,
                                                  3019
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 17
                                                  }
                                                }
                                              },
                                              "value": {
                                                "type": "Identifier",
                                                "name": "index",
                                                "range": [
                                                  3021,
                                                  3026
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "kind": "init",
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "range": [
                                                3014,
                                                3026
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            {
                                              "type": "Property",
                                              "key": {
                                                "type": "Identifier",
                                                "name": "subscriber",
                                                "range": [
                                                  3028,
                                                  3038
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              "value": {
                                                "type": "Identifier",
                                                "name": "subscriber",
                                                "range": [
                                                  3040,
                                                  3050
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 48
                                                  }
                                                }
                                              },
                                              "kind": "init",
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "range": [
                                                3028,
                                                3050
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 48
                                                }
                                              }
                                            },
                                            {
                                              "type": "Property",
                                              "key": {
                                                "type": "Identifier",
                                                "name": "period",
                                                "range": [
                                                  3052,
                                                  3058
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 56
                                                  }
                                                }
                                              },
                                              "value": {
                                                "type": "Identifier",
                                                "name": "period",
                                                "range": [
                                                  3060,
                                                  3066
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 64
                                                  }
                                                }
                                              },
                                              "kind": "init",
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "range": [
                                                3052,
                                                3066
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 64
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3000,
                                            3076
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 9
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2944,
                                        3077
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 10
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2929,
                                    3078
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 11
                                    }
                                  }
                                },
                                "range": [
                                  2929,
                                  3079
                                ],
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 12
                                  }
                                }
                              }
                            ],
                            "range": [
                              2822,
                              3085
                            ],
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 68
                              },
                              "end": {
                                "line": 78,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            2800,
                            3085
                          ],
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 46
                            },
                            "end": {
                              "line": 78,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          2758,
                          3085
                        ],
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 4
                          },
                          "end": {
                            "line": 78,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2758,
                        3086
                      ],
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 4
                        },
                        "end": {
                          "line": 78,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "IntervalObservable",
                        "range": [
                          3098,
                          3116
                        ],
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 11
                          },
                          "end": {
                            "line": 79,
                            "column": 29
                          }
                        }
                      },
                      "range": [
                        3091,
                        3117
                      ],
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 4
                        },
                        "end": {
                          "line": 79,
                          "column": 30
                        }
                      }
                    }
                  ],
                  "range": [
                    281,
                    3119
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 51
                    },
                    "end": {
                      "line": 80,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  263,
                  3119
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 33
                  },
                  "end": {
                    "line": 80,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Observable",
                  "range": [
                    3120,
                    3130
                  ],
                  "loc": {
                    "start": {
                      "line": 80,
                      "column": 2
                    },
                    "end": {
                      "line": 80,
                      "column": 12
                    }
                  }
                }
              ],
              "range": [
                263,
                3131
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 33
                },
                "end": {
                  "line": 80,
                  "column": 13
                }
              }
            },
            "range": [
              241,
              3132
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 11
              },
              "end": {
                "line": 80,
                "column": 14
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          237,
          3133
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 7
          },
          "end": {
            "line": 80,
            "column": 15
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
            "range": [
              135,
              229
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=IntervalObservable.js.map",
            "range": [
              3134,
              3180
            ],
            "loc": {
              "start": {
                "line": 81,
                "column": 0
              },
              "end": {
                "line": 81,
                "column": 46
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        230,
        3133
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 80,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            135,
            229
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=IntervalObservable.js.map",
          "range": [
            3134,
            3180
          ],
          "loc": {
            "start": {
              "line": 81,
              "column": 0
            },
            "end": {
              "line": 81,
              "column": 46
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    3133
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 80,
      "column": 15
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
      "range": [
        135,
        229
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n     * Creates an Observable that emits sequential numbers every specified\n     * interval of time, on a specified Scheduler.\n     *\n     * <span class=\"informal\">Emits incremental numbers periodically in time.\n     * </span>\n     *\n     * <img src=\"./img/interval.png\" width=\"100%\">\n     *\n     * `interval` returns an Observable that emits an infinite sequence of\n     * ascending integers, with a constant interval of time of your choosing\n     * between those emissions. The first emission is not sent immediately, but\n     * only after the first period has passed. By default, this operator uses the\n     * `async` Scheduler to provide a notion of time, but you may pass any\n     * Scheduler to it.\n     *\n     * @example <caption>Emits ascending numbers, one every second (1000ms)</caption>\n     * var numbers = Rx.Observable.interval(1000);\n     * numbers.subscribe(x => console.log(x));\n     *\n     * @see {@link timer}\n     * @see {@link delay}\n     *\n     * @param {number} [period=0] The interval size in milliseconds (by default)\n     * or the time unit determined by the scheduler's clock.\n     * @param {Scheduler} [scheduler=async] The Scheduler to use for scheduling\n     * the emission of values, and providing a notion of \"time\".\n     * @return {Observable} An Observable that emits a sequential number each time\n     * interval.\n     * @static true\n     * @name interval\n     * @owner Observable\n     ",
      "range": [
        789,
        2215
      ],
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 56,
          "column": 7
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=IntervalObservable.js.map",
      "range": [
        3134,
        3180
      ],
      "loc": {
        "start": {
          "line": 81,
          "column": 0
        },
        "end": {
          "line": 81,
          "column": 46
        }
      }
    }
  ]
}