{
  "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
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "isScheduler",
            "range": [
              144,
              155
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 20
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "isScheduler",
            "range": [
              144,
              155
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 20
              }
            }
          },
          "range": [
            144,
            155
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 9
            },
            "end": {
              "line": 4,
              "column": 20
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../util/isScheduler",
        "raw": "'../util/isScheduler'",
        "range": [
          163,
          184
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 28
          },
          "end": {
            "line": 4,
            "column": 49
          }
        }
      },
      "range": [
        135,
        185
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 50
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "isDate",
            "range": [
              195,
              201
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 15
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "isDate",
            "range": [
              195,
              201
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 15
              }
            }
          },
          "range": [
            195,
            201
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 9
            },
            "end": {
              "line": 5,
              "column": 15
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../util/isDate",
        "raw": "'../util/isDate'",
        "range": [
          209,
          225
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 23
          },
          "end": {
            "line": 5,
            "column": 39
          }
        }
      },
      "range": [
        186,
        226
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 40
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            227,
            321
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "TimerObservable",
              "range": [
                333,
                348
              ],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 11
                },
                "end": {
                  "line": 11,
                  "column": 26
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      362,
                      368
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 40
                      },
                      "end": {
                        "line": 11,
                        "column": 46
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            376,
                            385
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 4
                            },
                            "end": {
                              "line": 12,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "TimerObservable",
                            "range": [
                              386,
                              401
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 14
                              },
                              "end": {
                                "line": 12,
                                "column": 29
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              403,
                              409
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 31
                              },
                              "end": {
                                "line": 12,
                                "column": 37
                              }
                            }
                          }
                        ],
                        "range": [
                          376,
                          410
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 4
                          },
                          "end": {
                            "line": 12,
                            "column": 38
                          }
                        }
                      },
                      "range": [
                        376,
                        411
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 39
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "TimerObservable",
                        "range": [
                          425,
                          440
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 13
                          },
                          "end": {
                            "line": 13,
                            "column": 28
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "dueTime",
                          "range": [
                            441,
                            448
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 29
                            },
                            "end": {
                              "line": 13,
                              "column": 36
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "period",
                          "range": [
                            450,
                            456
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 38
                            },
                            "end": {
                              "line": 13,
                              "column": 44
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "scheduler",
                          "range": [
                            458,
                            467
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 46
                            },
                            "end": {
                              "line": 13,
                              "column": 55
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "dueTime",
                                "range": [
                                  483,
                                  490
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    500,
                                    501
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 30
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  495,
                                  501
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 30
                                  }
                                }
                              },
                              "range": [
                                483,
                                501
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 12
                                },
                                "end": {
                                  "line": 14,
                                  "column": 30
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "dueTime",
                                      "range": [
                                        505,
                                        512
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 41
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        515,
                                        516
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 45
                                        }
                                      }
                                    },
                                    "range": [
                                      505,
                                      516
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    505,
                                    517
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 46
                                    }
                                  }
                                }
                              ],
                              "range": [
                                503,
                                519
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 32
                                },
                                "end": {
                                  "line": 14,
                                  "column": 48
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              479,
                              519
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 48
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    528,
                                    534
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    535,
                                    539
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  528,
                                  539
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    540,
                                    544
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                528,
                                545
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              528,
                              546
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    555,
                                    559
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "period",
                                  "range": [
                                    560,
                                    566
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  555,
                                  566
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "-",
                                "argument": {
                                  "type": "Literal",
                                  "value": 1,
                                  "raw": "1",
                                  "range": [
                                    570,
                                    571
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 24
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  569,
                                  571
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 24
                                  }
                                }
                              },
                              "range": [
                                555,
                                571
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 24
                                }
                              }
                            },
                            "range": [
                              555,
                              572
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 25
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    581,
                                    585
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "dueTime",
                                  "range": [
                                    586,
                                    593
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  581,
                                  593
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 20
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  596,
                                  597
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 24
                                  }
                                }
                              },
                              "range": [
                                581,
                                597
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 24
                                }
                              }
                            },
                            "range": [
                              581,
                              598
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 25
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "Identifier",
                                "name": "isNumeric",
                                "range": [
                                  611,
                                  620
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 21
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "name": "period",
                                  "range": [
                                    621,
                                    627
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "range": [
                                611,
                                628
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 12
                                },
                                "end": {
                                  "line": 18,
                                  "column": 29
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          644,
                                          648
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "period",
                                        "range": [
                                          649,
                                          655
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "range": [
                                        644,
                                        655
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "LogicalExpression",
                                      "operator": "||",
                                      "left": {
                                        "type": "LogicalExpression",
                                        "operator": "&&",
                                        "left": {
                                          "type": "BinaryExpression",
                                          "operator": "<",
                                          "left": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "Number",
                                              "range": [
                                                658,
                                                664
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 32
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "period",
                                                "range": [
                                                  665,
                                                  671
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 39
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              658,
                                              672
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 40
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "value": 1,
                                            "raw": "1",
                                            "range": [
                                              675,
                                              676
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            658,
                                            676
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "value": 1,
                                          "raw": "1",
                                          "range": [
                                            680,
                                            681
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 49
                                            }
                                          }
                                        },
                                        "range": [
                                          658,
                                          681
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 49
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "Number",
                                          "range": [
                                            685,
                                            691
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 59
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "period",
                                            "range": [
                                              692,
                                              698
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 66
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          685,
                                          699
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 67
                                          }
                                        }
                                      },
                                      "range": [
                                        658,
                                        699
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 67
                                        }
                                      }
                                    },
                                    "range": [
                                      644,
                                      699
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 67
                                      }
                                    }
                                  },
                                  "range": [
                                    644,
                                    700
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 68
                                    }
                                  }
                                }
                              ],
                              "range": [
                                630,
                                710
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 31
                                },
                                "end": {
                                  "line": 20,
                                  "column": 9
                                }
                              }
                            },
                            "alternate": {
                              "type": "IfStatement",
                              "test": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "isScheduler",
                                  "range": [
                                    728,
                                    739
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 28
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "period",
                                    "range": [
                                      740,
                                      746
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 35
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  728,
                                  747
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 36
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          763,
                                          772
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "name": "period",
                                        "range": [
                                          775,
                                          781
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "range": [
                                        763,
                                        781
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      763,
                                      782
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  749,
                                  792
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": null,
                              "range": [
                                724,
                                792
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 13
                                },
                                "end": {
                                  "line": 23,
                                  "column": 9
                                }
                              }
                            },
                            "range": [
                              607,
                              792
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 9
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "UnaryExpression",
                              "operator": "!",
                              "argument": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "isScheduler",
                                  "range": [
                                    806,
                                    817
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 24
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "scheduler",
                                    "range": [
                                      818,
                                      827
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 34
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  806,
                                  828
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 35
                                  }
                                }
                              },
                              "prefix": true,
                              "range": [
                                805,
                                828
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 12
                                },
                                "end": {
                                  "line": 24,
                                  "column": 35
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        844,
                                        853
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "async",
                                      "range": [
                                        856,
                                        861
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "range": [
                                      844,
                                      861
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    844,
                                    862
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 30
                                    }
                                  }
                                }
                              ],
                              "range": [
                                830,
                                872
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 37
                                },
                                "end": {
                                  "line": 26,
                                  "column": 9
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              801,
                              872
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 9
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    881,
                                    885
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    886,
                                    895
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  881,
                                  895
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  898,
                                  907
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                881,
                                907
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              881,
                              908
                            ],
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 8
                              },
                              "end": {
                                "line": 27,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    917,
                                    921
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "dueTime",
                                  "range": [
                                    922,
                                    929
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  917,
                                  929
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 20
                                  }
                                }
                              },
                              "right": {
                                "type": "ConditionalExpression",
                                "test": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "isDate",
                                    "range": [
                                      932,
                                      938
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "dueTime",
                                      "range": [
                                        939,
                                        946
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 37
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    932,
                                    947
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 38
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BinaryExpression",
                                  "operator": "-",
                                  "left": {
                                    "type": "UnaryExpression",
                                    "operator": "+",
                                    "argument": {
                                      "type": "Identifier",
                                      "name": "dueTime",
                                      "range": [
                                        964,
                                        971
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      963,
                                      971
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            974,
                                            978
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "scheduler",
                                          "range": [
                                            979,
                                            988
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "range": [
                                          974,
                                          988
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "now",
                                        "range": [
                                          989,
                                          992
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        974,
                                        992
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      974,
                                      994
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    963,
                                    994
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 44
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "Identifier",
                                  "name": "dueTime",
                                  "range": [
                                    1010,
                                    1017
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  932,
                                  1017
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                917,
                                1017
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 19
                                }
                              }
                            },
                            "range": [
                              917,
                              1018
                            ],
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 20
                              }
                            }
                          }
                        ],
                        "range": [
                          469,
                          1024
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 57
                          },
                          "end": {
                            "line": 31,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        416,
                        1024
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 5
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "Block",
                          "value": "*\n     * Creates an Observable that starts emitting after an `initialDelay` and\n     * emits ever increasing numbers after each `period` of time thereafter.\n     *\n     * <span class=\"informal\">Its like {@link interval}, but you can specify when\n     * should the emissions start.</span>\n     *\n     * <img src=\"./img/timer.png\" width=\"100%\">\n     *\n     * `timer` returns an Observable that emits an infinite sequence of ascending\n     * integers, with a constant interval of time, `period` of your choosing\n     * between those emissions. The first emission happens after the specified\n     * `initialDelay`. The initial delay may be a {@link Date}. By default, this\n     * operator uses the `async` Scheduler to provide a notion of time, but you\n     * may pass any Scheduler to it. If `period` is not specified, the output\n     * Observable emits only one value, `0`. Otherwise, it emits an infinite\n     * sequence.\n     *\n     * @example <caption>Emits ascending numbers, one every second (1000ms), starting after 3 seconds</caption>\n     * var numbers = Rx.Observable.timer(3000, 1000);\n     * numbers.subscribe(x => console.log(x));\n     *\n     * @example <caption>Emits one number after five seconds</caption>\n     * var numbers = Rx.Observable.timer(5000);\n     * numbers.subscribe(x => console.log(x));\n     *\n     * @see {@link interval}\n     * @see {@link delay}\n     *\n     * @param {number|Date} initialDelay The initial delay time to wait before\n     * emitting the first value of `0`.\n     * @param {number} [period] The period of time between emissions of the\n     * subsequent numbers.\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 `0` after the\n     * `initialDelay` and ever increasing numbers after each `period` of time\n     * thereafter.\n     * @static true\n     * @name timer\n     * @owner Observable\n     ",
                          "range": [
                            1029,
                            3018
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 73,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "TimerObservable",
                            "range": [
                              3023,
                              3038
                            ],
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 4
                              },
                              "end": {
                                "line": 74,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "create",
                            "range": [
                              3039,
                              3045
                            ],
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 20
                              },
                              "end": {
                                "line": 74,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            3023,
                            3045
                          ],
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 4
                            },
                            "end": {
                              "line": 74,
                              "column": 26
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "initialDelay",
                              "range": [
                                3058,
                                3070
                              ],
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 39
                                },
                                "end": {
                                  "line": 74,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "period",
                              "range": [
                                3072,
                                3078
                              ],
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 53
                                },
                                "end": {
                                  "line": 74,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "scheduler",
                              "range": [
                                3080,
                                3089
                              ],
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 61
                                },
                                "end": {
                                  "line": 74,
                                  "column": 70
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "initialDelay",
                                    "range": [
                                      3105,
                                      3117
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "void",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        3127,
                                        3128
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 35
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      3122,
                                      3128
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    3105,
                                    3128
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 35
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "initialDelay",
                                          "range": [
                                            3132,
                                            3144
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            3147,
                                            3148
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "range": [
                                          3132,
                                          3148
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "range": [
                                        3132,
                                        3149
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 56
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3130,
                                    3151
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 58
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  3101,
                                  3151
                                ],
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 58
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "TimerObservable",
                                    "range": [
                                      3171,
                                      3186
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "initialDelay",
                                      "range": [
                                        3187,
                                        3199
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 47
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "period",
                                      "range": [
                                        3201,
                                        3207
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 55
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        3209,
                                        3218
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 66
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3167,
                                    3219
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 67
                                    }
                                  }
                                },
                                "range": [
                                  3160,
                                  3220
                                ],
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 68
                                  }
                                }
                              }
                            ],
                            "range": [
                              3091,
                              3226
                            ],
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 72
                              },
                              "end": {
                                "line": 77,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            3048,
                            3226
                          ],
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 29
                            },
                            "end": {
                              "line": 77,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          3023,
                          3226
                        ],
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 4
                          },
                          "end": {
                            "line": 77,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        3023,
                        3227
                      ],
                      "loc": {
                        "start": {
                          "line": 74,
                          "column": 4
                        },
                        "end": {
                          "line": 77,
                          "column": 6
                        }
                      },
                      "leadingComments": [
                        {
                          "type": "Block",
                          "value": "*\n     * Creates an Observable that starts emitting after an `initialDelay` and\n     * emits ever increasing numbers after each `period` of time thereafter.\n     *\n     * <span class=\"informal\">Its like {@link interval}, but you can specify when\n     * should the emissions start.</span>\n     *\n     * <img src=\"./img/timer.png\" width=\"100%\">\n     *\n     * `timer` returns an Observable that emits an infinite sequence of ascending\n     * integers, with a constant interval of time, `period` of your choosing\n     * between those emissions. The first emission happens after the specified\n     * `initialDelay`. The initial delay may be a {@link Date}. By default, this\n     * operator uses the `async` Scheduler to provide a notion of time, but you\n     * may pass any Scheduler to it. If `period` is not specified, the output\n     * Observable emits only one value, `0`. Otherwise, it emits an infinite\n     * sequence.\n     *\n     * @example <caption>Emits ascending numbers, one every second (1000ms), starting after 3 seconds</caption>\n     * var numbers = Rx.Observable.timer(3000, 1000);\n     * numbers.subscribe(x => console.log(x));\n     *\n     * @example <caption>Emits one number after five seconds</caption>\n     * var numbers = Rx.Observable.timer(5000);\n     * numbers.subscribe(x => console.log(x));\n     *\n     * @see {@link interval}\n     * @see {@link delay}\n     *\n     * @param {number|Date} initialDelay The initial delay time to wait before\n     * emitting the first value of `0`.\n     * @param {number} [period] The period of time between emissions of the\n     * subsequent numbers.\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 `0` after the\n     * `initialDelay` and ever increasing numbers after each `period` of time\n     * thereafter.\n     * @static true\n     * @name timer\n     * @owner Observable\n     ",
                          "range": [
                            1029,
                            3018
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 73,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "TimerObservable",
                            "range": [
                              3232,
                              3247
                            ],
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 4
                              },
                              "end": {
                                "line": 78,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "dispatch",
                            "range": [
                              3248,
                              3256
                            ],
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 20
                              },
                              "end": {
                                "line": 78,
                                "column": 28
                              }
                            }
                          },
                          "range": [
                            3232,
                            3256
                          ],
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 4
                            },
                            "end": {
                              "line": 78,
                              "column": 28
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "state",
                              "range": [
                                3269,
                                3274
                              ],
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 41
                                },
                                "end": {
                                  "line": 78,
                                  "column": 46
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        3290,
                                        3295
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          3298,
                                          3303
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "index",
                                        "range": [
                                          3304,
                                          3309
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "range": [
                                        3298,
                                        3309
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      3290,
                                      3309
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 31
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "period",
                                      "range": [
                                        3311,
                                        3317
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          3320,
                                          3325
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 47
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "period",
                                        "range": [
                                          3326,
                                          3332
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "range": [
                                        3320,
                                        3332
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 54
                                        }
                                      }
                                    },
                                    "range": [
                                      3311,
                                      3332
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 54
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        3334,
                                        3344
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 66
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          3347,
                                          3352
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 74
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "subscriber",
                                        "range": [
                                          3353,
                                          3363
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 75
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 85
                                          }
                                        }
                                      },
                                      "range": [
                                        3347,
                                        3363
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 85
                                        }
                                      }
                                    },
                                    "range": [
                                      3334,
                                      3363
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 85
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  3286,
                                  3364
                                ],
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 86
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "action",
                                      "range": [
                                        3377,
                                        3383
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "ThisExpression",
                                      "range": [
                                        3386,
                                        3390
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "range": [
                                      3377,
                                      3390
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 25
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  3373,
                                  3391
                                ],
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 26
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        3400,
                                        3410
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "next",
                                      "range": [
                                        3411,
                                        3415
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      3400,
                                      3415
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        3416,
                                        3421
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 29
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3400,
                                    3422
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 30
                                    }
                                  }
                                },
                                "range": [
                                  3400,
                                  3423
                                ],
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 31
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      3436,
                                      3446
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "closed",
                                    "range": [
                                      3447,
                                      3453
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    3436,
                                    3453
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 29
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": null,
                                      "range": [
                                        3469,
                                        3476
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 19
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3455,
                                    3486
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "test": {
                                    "type": "BinaryExpression",
                                    "operator": "===",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "period",
                                      "range": [
                                        3504,
                                        3510
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "UnaryExpression",
                                      "operator": "-",
                                      "argument": {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          3516,
                                          3517
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "prefix": true,
                                      "range": [
                                        3515,
                                        3517
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      3504,
                                      3517
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "argument": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "subscriber",
                                              "range": [
                                                3540,
                                                3550
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 29
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "complete",
                                              "range": [
                                                3551,
                                                3559
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "range": [
                                              3540,
                                              3559
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "arguments": [],
                                          "range": [
                                            3540,
                                            3561
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 40
                                            }
                                          }
                                        },
                                        "range": [
                                          3533,
                                          3562
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 41
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3519,
                                      3572
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "alternate": null,
                                  "range": [
                                    3500,
                                    3572
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  3432,
                                  3572
                                ],
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        3581,
                                        3586
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        3587,
                                        3592
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      3581,
                                      3592
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "operator": "+",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        3595,
                                        3600
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 1,
                                      "raw": "1",
                                      "range": [
                                        3603,
                                        3604
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      3595,
                                      3604
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    3581,
                                    3604
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 31
                                    }
                                  }
                                },
                                "range": [
                                  3581,
                                  3605
                                ],
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 32
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "action",
                                      "range": [
                                        3614,
                                        3620
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "schedule",
                                      "range": [
                                        3621,
                                        3629
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      3614,
                                      3629
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        3630,
                                        3635
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 29
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "period",
                                      "range": [
                                        3637,
                                        3643
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 37
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3614,
                                    3644
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 38
                                    }
                                  }
                                },
                                "range": [
                                  3614,
                                  3645
                                ],
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 39
                                  }
                                }
                              }
                            ],
                            "range": [
                              3276,
                              3651
                            ],
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 48
                              },
                              "end": {
                                "line": 90,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            3259,
                            3651
                          ],
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 31
                            },
                            "end": {
                              "line": 90,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          3232,
                          3651
                        ],
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 4
                          },
                          "end": {
                            "line": 90,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        3232,
                        3652
                      ],
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 4
                        },
                        "end": {
                          "line": 90,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "TimerObservable",
                              "range": [
                                3657,
                                3672
                              ],
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 4
                                },
                                "end": {
                                  "line": 91,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                3673,
                                3682
                              ],
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 20
                                },
                                "end": {
                                  "line": 91,
                                  "column": 29
                                }
                              }
                            },
                            "range": [
                              3657,
                              3682
                            ],
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 4
                              },
                              "end": {
                                "line": 91,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_subscribe",
                            "range": [
                              3683,
                              3693
                            ],
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 30
                              },
                              "end": {
                                "line": 91,
                                "column": 40
                              }
                            }
                          },
                          "range": [
                            3657,
                            3693
                          ],
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 4
                            },
                            "end": {
                              "line": 91,
                              "column": 40
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "subscriber",
                              "range": [
                                3706,
                                3716
                              ],
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 53
                                },
                                "end": {
                                  "line": 91,
                                  "column": 63
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        3732,
                                        3737
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        3740,
                                        3741
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      3732,
                                      3741
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 21
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  3728,
                                  3742
                                ],
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 22
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        3755,
                                        3757
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "ThisExpression",
                                      "range": [
                                        3760,
                                        3764
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      3755,
                                      3764
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 21
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "period",
                                      "range": [
                                        3766,
                                        3772
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          3775,
                                          3777
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "period",
                                        "range": [
                                          3778,
                                          3784
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "range": [
                                        3775,
                                        3784
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 41
                                        }
                                      }
                                    },
                                    "range": [
                                      3766,
                                      3784
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "dueTime",
                                      "range": [
                                        3786,
                                        3793
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 50
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          3796,
                                          3798
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "dueTime",
                                        "range": [
                                          3799,
                                          3806
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 63
                                          }
                                        }
                                      },
                                      "range": [
                                        3796,
                                        3806
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 63
                                        }
                                      }
                                    },
                                    "range": [
                                      3786,
                                      3806
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 63
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        3808,
                                        3817
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 74
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          3820,
                                          3822
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 77
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 79
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          3823,
                                          3832
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 80
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 89
                                          }
                                        }
                                      },
                                      "range": [
                                        3820,
                                        3832
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 89
                                        }
                                      }
                                    },
                                    "range": [
                                      3808,
                                      3832
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 89
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  3751,
                                  3833
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 90
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        3849,
                                        3858
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "schedule",
                                      "range": [
                                        3859,
                                        3867
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "range": [
                                      3849,
                                      3867
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "TimerObservable",
                                        "range": [
                                          3868,
                                          3883
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 49
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "dispatch",
                                        "range": [
                                          3884,
                                          3892
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 58
                                          }
                                        }
                                      },
                                      "range": [
                                        3868,
                                        3892
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 58
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "dueTime",
                                      "range": [
                                        3894,
                                        3901
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 67
                                        }
                                      }
                                    },
                                    {
                                      "type": "ObjectExpression",
                                      "properties": [
                                        {
                                          "type": "Property",
                                          "key": {
                                            "type": "Identifier",
                                            "name": "index",
                                            "range": [
                                              3917,
                                              3922
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 17
                                              }
                                            }
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "name": "index",
                                            "range": [
                                              3924,
                                              3929
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "kind": "init",
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "range": [
                                            3917,
                                            3929
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 24
                                            }
                                          }
                                        },
                                        {
                                          "type": "Property",
                                          "key": {
                                            "type": "Identifier",
                                            "name": "period",
                                            "range": [
                                              3931,
                                              3937
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 32
                                              }
                                            }
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "name": "period",
                                            "range": [
                                              3939,
                                              3945
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 40
                                              }
                                            }
                                          },
                                          "kind": "init",
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "range": [
                                            3931,
                                            3945
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 40
                                            }
                                          }
                                        },
                                        {
                                          "type": "Property",
                                          "key": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              3947,
                                              3957
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 52
                                              }
                                            }
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              3959,
                                              3969
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "kind": "init",
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "range": [
                                            3947,
                                            3969
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 64
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        3903,
                                        3979
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 9
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3849,
                                    3980
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 10
                                    }
                                  }
                                },
                                "range": [
                                  3842,
                                  3981
                                ],
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 11
                                  }
                                }
                              }
                            ],
                            "range": [
                              3718,
                              3987
                            ],
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 65
                              },
                              "end": {
                                "line": 97,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            3696,
                            3987
                          ],
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 43
                            },
                            "end": {
                              "line": 97,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          3657,
                          3987
                        ],
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 4
                          },
                          "end": {
                            "line": 97,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        3657,
                        3988
                      ],
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 4
                        },
                        "end": {
                          "line": 97,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "TimerObservable",
                        "range": [
                          4000,
                          4015
                        ],
                        "loc": {
                          "start": {
                            "line": 98,
                            "column": 11
                          },
                          "end": {
                            "line": 98,
                            "column": 26
                          }
                        }
                      },
                      "range": [
                        3993,
                        4016
                      ],
                      "loc": {
                        "start": {
                          "line": 98,
                          "column": 4
                        },
                        "end": {
                          "line": 98,
                          "column": 27
                        }
                      }
                    }
                  ],
                  "range": [
                    370,
                    4018
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 48
                    },
                    "end": {
                      "line": 99,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  352,
                  4018
                ],
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 30
                  },
                  "end": {
                    "line": 99,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Observable",
                  "range": [
                    4019,
                    4029
                  ],
                  "loc": {
                    "start": {
                      "line": 99,
                      "column": 2
                    },
                    "end": {
                      "line": 99,
                      "column": 12
                    }
                  }
                }
              ],
              "range": [
                352,
                4030
              ],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 30
                },
                "end": {
                  "line": 99,
                  "column": 13
                }
              }
            },
            "range": [
              333,
              4031
            ],
            "loc": {
              "start": {
                "line": 11,
                "column": 11
              },
              "end": {
                "line": 99,
                "column": 14
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          329,
          4032
        ],
        "loc": {
          "start": {
            "line": 11,
            "column": 7
          },
          "end": {
            "line": 99,
            "column": 15
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
            "range": [
              227,
              321
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=TimerObservable.js.map",
            "range": [
              4033,
              4076
            ],
            "loc": {
              "start": {
                "line": 100,
                "column": 0
              },
              "end": {
                "line": 100,
                "column": 43
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        322,
        4032
      ],
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 99,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            227,
            321
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=TimerObservable.js.map",
          "range": [
            4033,
            4076
          ],
          "loc": {
            "start": {
              "line": 100,
              "column": 0
            },
            "end": {
              "line": 100,
              "column": 43
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    4032
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 99,
      "column": 15
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
      "range": [
        227,
        321
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 3
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n     * Creates an Observable that starts emitting after an `initialDelay` and\n     * emits ever increasing numbers after each `period` of time thereafter.\n     *\n     * <span class=\"informal\">Its like {@link interval}, but you can specify when\n     * should the emissions start.</span>\n     *\n     * <img src=\"./img/timer.png\" width=\"100%\">\n     *\n     * `timer` returns an Observable that emits an infinite sequence of ascending\n     * integers, with a constant interval of time, `period` of your choosing\n     * between those emissions. The first emission happens after the specified\n     * `initialDelay`. The initial delay may be a {@link Date}. By default, this\n     * operator uses the `async` Scheduler to provide a notion of time, but you\n     * may pass any Scheduler to it. If `period` is not specified, the output\n     * Observable emits only one value, `0`. Otherwise, it emits an infinite\n     * sequence.\n     *\n     * @example <caption>Emits ascending numbers, one every second (1000ms), starting after 3 seconds</caption>\n     * var numbers = Rx.Observable.timer(3000, 1000);\n     * numbers.subscribe(x => console.log(x));\n     *\n     * @example <caption>Emits one number after five seconds</caption>\n     * var numbers = Rx.Observable.timer(5000);\n     * numbers.subscribe(x => console.log(x));\n     *\n     * @see {@link interval}\n     * @see {@link delay}\n     *\n     * @param {number|Date} initialDelay The initial delay time to wait before\n     * emitting the first value of `0`.\n     * @param {number} [period] The period of time between emissions of the\n     * subsequent numbers.\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 `0` after the\n     * `initialDelay` and ever increasing numbers after each `period` of time\n     * thereafter.\n     * @static true\n     * @name timer\n     * @owner Observable\n     ",
      "range": [
        1029,
        3018
      ],
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 73,
          "column": 7
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=TimerObservable.js.map",
      "range": [
        4033,
        4076
      ],
      "loc": {
        "start": {
          "line": 100,
          "column": 0
        },
        "end": {
          "line": 100,
          "column": 43
        }
      }
    }
  ]
}