{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Subscriber",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Subscriber",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "range": [
            9,
            19
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 19
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../Subscriber",
        "raw": "'../Subscriber'",
        "range": [
          27,
          42
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 27
          },
          "end": {
            "line": 1,
            "column": 42
          }
        }
      },
      "range": [
        0,
        43
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 43
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "async",
            "range": [
              53,
              58
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 14
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "async",
            "range": [
              53,
              58
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 14
              }
            }
          },
          "range": [
            53,
            58
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 14
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../scheduler/async",
        "raw": "'../scheduler/async'",
        "range": [
          66,
          86
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 22
          },
          "end": {
            "line": 2,
            "column": 42
          }
        }
      },
      "range": [
        44,
        87
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 43
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * @param scheduler\n * @return {Observable<TimeInterval<any>>|WebSocketSubject<T>|Observable<T>}\n * @method timeInterval\n * @owner Observable\n ",
          "range": [
            88,
            237
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": {
          "type": "Identifier",
          "name": "timeInterval",
          "range": [
            254,
            266
          ],
          "loc": {
            "start": {
              "line": 9,
              "column": 16
            },
            "end": {
              "line": 9,
              "column": 28
            }
          }
        },
        "params": [
          {
            "type": "Identifier",
            "name": "scheduler",
            "range": [
              267,
              276
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 29
              },
              "end": {
                "line": 9,
                "column": 38
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "IfStatement",
              "test": {
                "type": "BinaryExpression",
                "operator": "===",
                "left": {
                  "type": "Identifier",
                  "name": "scheduler",
                  "range": [
                    288,
                    297
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 8
                    },
                    "end": {
                      "line": 10,
                      "column": 17
                    }
                  }
                },
                "right": {
                  "type": "UnaryExpression",
                  "operator": "void",
                  "argument": {
                    "type": "Literal",
                    "value": 0,
                    "raw": "0",
                    "range": [
                      307,
                      308
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 27
                      },
                      "end": {
                        "line": 10,
                        "column": 28
                      }
                    }
                  },
                  "prefix": true,
                  "range": [
                    302,
                    308
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 22
                    },
                    "end": {
                      "line": 10,
                      "column": 28
                    }
                  }
                },
                "range": [
                  288,
                  308
                ],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 8
                  },
                  "end": {
                    "line": 10,
                    "column": 28
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "name": "scheduler",
                        "range": [
                          312,
                          321
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 32
                          },
                          "end": {
                            "line": 10,
                            "column": 41
                          }
                        }
                      },
                      "right": {
                        "type": "Identifier",
                        "name": "async",
                        "range": [
                          324,
                          329
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 44
                          },
                          "end": {
                            "line": 10,
                            "column": 49
                          }
                        }
                      },
                      "range": [
                        312,
                        329
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 32
                        },
                        "end": {
                          "line": 10,
                          "column": 49
                        }
                      }
                    },
                    "range": [
                      312,
                      330
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 32
                      },
                      "end": {
                        "line": 10,
                        "column": 50
                      }
                    }
                  }
                ],
                "range": [
                  310,
                  332
                ],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 30
                  },
                  "end": {
                    "line": 10,
                    "column": 52
                  }
                }
              },
              "alternate": null,
              "range": [
                284,
                332
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4
                },
                "end": {
                  "line": 10,
                  "column": 52
                }
              }
            },
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "ThisExpression",
                    "range": [
                      344,
                      348
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 11
                      },
                      "end": {
                        "line": 11,
                        "column": 15
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "lift",
                    "range": [
                      349,
                      353
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 16
                      },
                      "end": {
                        "line": 11,
                        "column": 20
                      }
                    }
                  },
                  "range": [
                    344,
                    353
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 11
                    },
                    "end": {
                      "line": 11,
                      "column": 20
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "TimeIntervalOperator",
                      "range": [
                        358,
                        378
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 25
                        },
                        "end": {
                          "line": 11,
                          "column": 45
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "scheduler",
                        "range": [
                          379,
                          388
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 46
                          },
                          "end": {
                            "line": 11,
                            "column": 55
                          }
                        }
                      }
                    ],
                    "range": [
                      354,
                      389
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 21
                      },
                      "end": {
                        "line": 11,
                        "column": 56
                      }
                    }
                  }
                ],
                "range": [
                  344,
                  390
                ],
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 11
                  },
                  "end": {
                    "line": 11,
                    "column": 57
                  }
                }
              },
              "range": [
                337,
                391
              ],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 4
                },
                "end": {
                  "line": 11,
                  "column": 58
                }
              }
            }
          ],
          "range": [
            278,
            393
          ],
          "loc": {
            "start": {
              "line": 9,
              "column": 40
            },
            "end": {
              "line": 12,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          245,
          393
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 7
          },
          "end": {
            "line": 12,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * @param scheduler\n * @return {Observable<TimeInterval<any>>|WebSocketSubject<T>|Observable<T>}\n * @method timeInterval\n * @owner Observable\n ",
            "range": [
              88,
              237
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "range": [
        238,
        393
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * @param scheduler\n * @return {Observable<TimeInterval<any>>|WebSocketSubject<T>|Observable<T>}\n * @method timeInterval\n * @owner Observable\n ",
          "range": [
            88,
            237
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "TimeInterval",
              "range": [
                405,
                417
              ],
              "loc": {
                "start": {
                  "line": 13,
                  "column": 11
                },
                "end": {
                  "line": 13,
                  "column": 23
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "TimeInterval",
                        "range": [
                          448,
                          460
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 13
                          },
                          "end": {
                            "line": 14,
                            "column": 25
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "value",
                          "range": [
                            461,
                            466
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 26
                            },
                            "end": {
                              "line": 14,
                              "column": 31
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "interval",
                          "range": [
                            468,
                            476
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 33
                            },
                            "end": {
                              "line": 14,
                              "column": 41
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    488,
                                    492
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "value",
                                  "range": [
                                    493,
                                    498
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  488,
                                  498
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "value",
                                "range": [
                                  501,
                                  506
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 26
                                  }
                                }
                              },
                              "range": [
                                488,
                                506
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 26
                                }
                              }
                            },
                            "range": [
                              488,
                              507
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 27
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    516,
                                    520
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "interval",
                                  "range": [
                                    521,
                                    529
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 21
                                    }
                                  }
                                },
                                "range": [
                                  516,
                                  529
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 21
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "interval",
                                "range": [
                                  532,
                                  540
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                516,
                                540
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 32
                                }
                              }
                            },
                            "range": [
                              516,
                              541
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 33
                              }
                            }
                          }
                        ],
                        "range": [
                          478,
                          547
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 43
                          },
                          "end": {
                            "line": 17,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        439,
                        547
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "TimeInterval",
                        "range": [
                          559,
                          571
                        ],
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 11
                          },
                          "end": {
                            "line": 18,
                            "column": 23
                          }
                        }
                      },
                      "range": [
                        552,
                        572
                      ],
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 24
                        }
                      }
                    }
                  ],
                  "range": [
                    433,
                    574
                  ],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 39
                    },
                    "end": {
                      "line": 19,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  421,
                  574
                ],
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 27
                  },
                  "end": {
                    "line": 19,
                    "column": 1
                  }
                }
              },
              "arguments": [],
              "range": [
                421,
                576
              ],
              "loc": {
                "start": {
                  "line": 13,
                  "column": 27
                },
                "end": {
                  "line": 19,
                  "column": 3
                }
              }
            },
            "range": [
              405,
              577
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 11
              },
              "end": {
                "line": 19,
                "column": 4
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          401,
          578
        ],
        "loc": {
          "start": {
            "line": 13,
            "column": 7
          },
          "end": {
            "line": 19,
            "column": 5
          }
        },
        "leadingComments": [],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "range": [
        394,
        578
      ],
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 19,
          "column": 5
        }
      }
    },
    {
      "type": "EmptyStatement",
      "range": [
        579,
        580
      ],
      "loc": {
        "start": {
          "line": 20,
          "column": 0
        },
        "end": {
          "line": 20,
          "column": 1
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "TimeIntervalOperator",
            "range": [
              585,
              605
            ],
            "loc": {
              "start": {
                "line": 21,
                "column": 4
              },
              "end": {
                "line": 21,
                "column": 24
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "TimeIntervalOperator",
                      "range": [
                        636,
                        656
                      ],
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 13
                        },
                        "end": {
                          "line": 22,
                          "column": 33
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "scheduler",
                        "range": [
                          657,
                          666
                        ],
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 34
                          },
                          "end": {
                            "line": 22,
                            "column": 43
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  678,
                                  682
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  683,
                                  692
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                678,
                                692
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 22
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "scheduler",
                              "range": [
                                695,
                                704
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 25
                                },
                                "end": {
                                  "line": 23,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              678,
                              704
                            ],
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 34
                              }
                            }
                          },
                          "range": [
                            678,
                            705
                          ],
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 35
                            }
                          }
                        }
                      ],
                      "range": [
                        668,
                        711
                      ],
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 45
                        },
                        "end": {
                          "line": 24,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      627,
                      711
                    ],
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 4
                      },
                      "end": {
                        "line": 24,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "TimeIntervalOperator",
                            "range": [
                              716,
                              736
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 4
                              },
                              "end": {
                                "line": 25,
                                "column": 24
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              737,
                              746
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 25
                              },
                              "end": {
                                "line": 25,
                                "column": 34
                              }
                            }
                          },
                          "range": [
                            716,
                            746
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 4
                            },
                            "end": {
                              "line": 25,
                              "column": 34
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "call",
                          "range": [
                            747,
                            751
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 35
                            },
                            "end": {
                              "line": 25,
                              "column": 39
                            }
                          }
                        },
                        "range": [
                          716,
                          751
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 4
                          },
                          "end": {
                            "line": 25,
                            "column": 39
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "observer",
                            "range": [
                              764,
                              772
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 52
                              },
                              "end": {
                                "line": 25,
                                "column": 60
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              774,
                              780
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 62
                              },
                              "end": {
                                "line": 25,
                                "column": 68
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "argument": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "source",
                                    "range": [
                                      799,
                                      805
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "_subscribe",
                                    "range": [
                                      806,
                                      816
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    799,
                                    816
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "TimeIntervalSubscriber",
                                      "range": [
                                        821,
                                        843
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 59
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "observer",
                                        "range": [
                                          844,
                                          852
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 68
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            854,
                                            858
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 74
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "scheduler",
                                          "range": [
                                            859,
                                            868
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 84
                                            }
                                          }
                                        },
                                        "range": [
                                          854,
                                          868
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 84
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      817,
                                      869
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 85
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  799,
                                  870
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 86
                                  }
                                }
                              },
                              "range": [
                                792,
                                871
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 87
                                }
                              }
                            }
                          ],
                          "range": [
                            782,
                            877
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 70
                            },
                            "end": {
                              "line": 27,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          754,
                          877
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 42
                          },
                          "end": {
                            "line": 27,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        716,
                        877
                      ],
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      716,
                      878
                    ],
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "TimeIntervalOperator",
                      "range": [
                        890,
                        910
                      ],
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 11
                        },
                        "end": {
                          "line": 28,
                          "column": 31
                        }
                      }
                    },
                    "range": [
                      883,
                      911
                    ],
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 4
                      },
                      "end": {
                        "line": 28,
                        "column": 32
                      }
                    }
                  }
                ],
                "range": [
                  621,
                  913
                ],
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 40
                  },
                  "end": {
                    "line": 29,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                609,
                913
              ],
              "loc": {
                "start": {
                  "line": 21,
                  "column": 28
                },
                "end": {
                  "line": 29,
                  "column": 1
                }
              }
            },
            "arguments": [],
            "range": [
              609,
              915
            ],
            "loc": {
              "start": {
                "line": 21,
                "column": 28
              },
              "end": {
                "line": 29,
                "column": 3
              }
            }
          },
          "range": [
            585,
            916
          ],
          "loc": {
            "start": {
              "line": 21,
              "column": 4
            },
            "end": {
              "line": 29,
              "column": 4
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        581,
        917
      ],
      "loc": {
        "start": {
          "line": 21,
          "column": 0
        },
        "end": {
          "line": 29,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            918,
            1009
          ],
          "loc": {
            "start": {
              "line": 30,
              "column": 0
            },
            "end": {
              "line": 34,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "TimeIntervalSubscriber",
            "range": [
              1014,
              1036
            ],
            "loc": {
              "start": {
                "line": 35,
                "column": 4
              },
              "end": {
                "line": 35,
                "column": 26
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_super",
                  "range": [
                    1050,
                    1056
                  ],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 40
                    },
                    "end": {
                      "line": 35,
                      "column": 46
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "__extends",
                        "range": [
                          1064,
                          1073
                        ],
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 4
                          },
                          "end": {
                            "line": 36,
                            "column": 13
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "name": "TimeIntervalSubscriber",
                          "range": [
                            1074,
                            1096
                          ],
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 14
                            },
                            "end": {
                              "line": 36,
                              "column": 36
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "_super",
                          "range": [
                            1098,
                            1104
                          ],
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 38
                            },
                            "end": {
                              "line": 36,
                              "column": 44
                            }
                          }
                        }
                      ],
                      "range": [
                        1064,
                        1105
                      ],
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 4
                        },
                        "end": {
                          "line": 36,
                          "column": 45
                        }
                      }
                    },
                    "range": [
                      1064,
                      1106
                    ],
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 4
                      },
                      "end": {
                        "line": 36,
                        "column": 46
                      }
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "TimeIntervalSubscriber",
                      "range": [
                        1120,
                        1142
                      ],
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 13
                        },
                        "end": {
                          "line": 37,
                          "column": 35
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "destination",
                        "range": [
                          1143,
                          1154
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 36
                          },
                          "end": {
                            "line": 37,
                            "column": 47
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "scheduler",
                        "range": [
                          1156,
                          1165
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 49
                          },
                          "end": {
                            "line": 37,
                            "column": 58
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "_super",
                                "range": [
                                  1177,
                                  1183
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 14
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "call",
                                "range": [
                                  1184,
                                  1188
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                1177,
                                1188
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 19
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  1189,
                                  1193
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 24
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "destination",
                                "range": [
                                  1195,
                                  1206
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "range": [
                              1177,
                              1207
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1177,
                            1208
                          ],
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 39
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1217,
                                  1221
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  1222,
                                  1231
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                1217,
                                1231
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 22
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "scheduler",
                              "range": [
                                1234,
                                1243
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 25
                                },
                                "end": {
                                  "line": 39,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              1217,
                              1243
                            ],
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 34
                              }
                            }
                          },
                          "range": [
                            1217,
                            1244
                          ],
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 35
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1253,
                                  1257
                                ],
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "lastTime",
                                "range": [
                                  1258,
                                  1266
                                ],
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 21
                                  }
                                }
                              },
                              "range": [
                                1253,
                                1266
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 40,
                                  "column": 21
                                }
                              }
                            },
                            "right": {
                              "type": "Literal",
                              "value": 0,
                              "raw": "0",
                              "range": [
                                1269,
                                1270
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 24
                                },
                                "end": {
                                  "line": 40,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              1253,
                              1270
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 25
                              }
                            }
                          },
                          "range": [
                            1253,
                            1271
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 26
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1280,
                                  1284
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "lastTime",
                                "range": [
                                  1285,
                                  1293
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 21
                                  }
                                }
                              },
                              "range": [
                                1280,
                                1293
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 21
                                }
                              }
                            },
                            "right": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    1296,
                                    1305
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 33
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "now",
                                  "range": [
                                    1306,
                                    1309
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 37
                                    }
                                  }
                                },
                                "range": [
                                  1296,
                                  1309
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 37
                                  }
                                }
                              },
                              "arguments": [],
                              "range": [
                                1296,
                                1311
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 24
                                },
                                "end": {
                                  "line": 41,
                                  "column": 39
                                }
                              }
                            },
                            "range": [
                              1280,
                              1311
                            ],
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 8
                              },
                              "end": {
                                "line": 41,
                                "column": 39
                              }
                            }
                          },
                          "range": [
                            1280,
                            1312
                          ],
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 8
                            },
                            "end": {
                              "line": 41,
                              "column": 40
                            }
                          }
                        }
                      ],
                      "range": [
                        1167,
                        1318
                      ],
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 60
                        },
                        "end": {
                          "line": 42,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      1111,
                      1318
                    ],
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 4
                      },
                      "end": {
                        "line": 42,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "TimeIntervalSubscriber",
                            "range": [
                              1323,
                              1345
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 4
                              },
                              "end": {
                                "line": 43,
                                "column": 26
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1346,
                              1355
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 27
                              },
                              "end": {
                                "line": 43,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            1323,
                            1355
                          ],
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 4
                            },
                            "end": {
                              "line": 43,
                              "column": 36
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_next",
                          "range": [
                            1356,
                            1361
                          ],
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 37
                            },
                            "end": {
                              "line": 43,
                              "column": 42
                            }
                          }
                        },
                        "range": [
                          1323,
                          1361
                        ],
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 4
                          },
                          "end": {
                            "line": 43,
                            "column": 42
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "value",
                            "range": [
                              1374,
                              1379
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 55
                              },
                              "end": {
                                "line": 43,
                                "column": 60
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "now",
                                    "range": [
                                      1395,
                                      1398
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            1401,
                                            1405
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "scheduler",
                                          "range": [
                                            1406,
                                            1415
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "range": [
                                          1401,
                                          1415
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "now",
                                        "range": [
                                          1416,
                                          1419
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "range": [
                                        1401,
                                        1419
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 36
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      1401,
                                      1421
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    1395,
                                    1421
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1391,
                                1422
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "span",
                                    "range": [
                                      1435,
                                      1439
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "BinaryExpression",
                                    "operator": "-",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "now",
                                      "range": [
                                        1442,
                                        1445
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1448,
                                          1452
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "lastTime",
                                        "range": [
                                          1453,
                                          1461
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "range": [
                                        1448,
                                        1461
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      1442,
                                      1461
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    1435,
                                    1461
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1431,
                                1462
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 45,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      1471,
                                      1475
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "lastTime",
                                    "range": [
                                      1476,
                                      1484
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    1471,
                                    1484
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 21
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Identifier",
                                  "name": "now",
                                  "range": [
                                    1487,
                                    1490
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 27
                                    }
                                  }
                                },
                                "range": [
                                  1471,
                                  1490
                                ],
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 27
                                  }
                                }
                              },
                              "range": [
                                1471,
                                1491
                              ],
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 28
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1500,
                                        1504
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        1505,
                                        1516
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "range": [
                                      1500,
                                      1516
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      1517,
                                      1521
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    1500,
                                    1521
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 29
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "TimeInterval",
                                      "range": [
                                        1526,
                                        1538
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          1539,
                                          1544
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 52
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "span",
                                        "range": [
                                          1546,
                                          1550
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 58
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1522,
                                      1551
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 59
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1500,
                                  1552
                                ],
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 60
                                  }
                                }
                              },
                              "range": [
                                1500,
                                1553
                              ],
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 61
                                }
                              }
                            }
                          ],
                          "range": [
                            1381,
                            1559
                          ],
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 62
                            },
                            "end": {
                              "line": 48,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1364,
                          1559
                        ],
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 45
                          },
                          "end": {
                            "line": 48,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1323,
                        1559
                      ],
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1323,
                      1560
                    ],
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 4
                      },
                      "end": {
                        "line": 48,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "TimeIntervalSubscriber",
                      "range": [
                        1572,
                        1594
                      ],
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 11
                        },
                        "end": {
                          "line": 49,
                          "column": 33
                        }
                      }
                    },
                    "range": [
                      1565,
                      1595
                    ],
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 4
                      },
                      "end": {
                        "line": 49,
                        "column": 34
                      }
                    }
                  }
                ],
                "range": [
                  1058,
                  1597
                ],
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 48
                  },
                  "end": {
                    "line": 50,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                1040,
                1597
              ],
              "loc": {
                "start": {
                  "line": 35,
                  "column": 30
                },
                "end": {
                  "line": 50,
                  "column": 1
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "Subscriber",
                "range": [
                  1598,
                  1608
                ],
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 2
                  },
                  "end": {
                    "line": 50,
                    "column": 12
                  }
                }
              }
            ],
            "range": [
              1040,
              1609
            ],
            "loc": {
              "start": {
                "line": 35,
                "column": 30
              },
              "end": {
                "line": 50,
                "column": 13
              }
            }
          },
          "range": [
            1014,
            1610
          ],
          "loc": {
            "start": {
              "line": 35,
              "column": 4
            },
            "end": {
              "line": 50,
              "column": 14
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        1010,
        1611
      ],
      "loc": {
        "start": {
          "line": 35,
          "column": 0
        },
        "end": {
          "line": 50,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            918,
            1009
          ],
          "loc": {
            "start": {
              "line": 30,
              "column": 0
            },
            "end": {
              "line": 34,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=timeInterval.js.map",
          "range": [
            1612,
            1652
          ],
          "loc": {
            "start": {
              "line": 51,
              "column": 0
            },
            "end": {
              "line": 51,
              "column": 40
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1611
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 50,
      "column": 15
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * @param scheduler\n * @return {Observable<TimeInterval<any>>|WebSocketSubject<T>|Observable<T>}\n * @method timeInterval\n * @owner Observable\n ",
      "range": [
        88,
        237
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        918,
        1009
      ],
      "loc": {
        "start": {
          "line": 30,
          "column": 0
        },
        "end": {
          "line": 34,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=timeInterval.js.map",
      "range": [
        1612,
        1652
      ],
      "loc": {
        "start": {
          "line": 51,
          "column": 0
        },
        "end": {
          "line": 51,
          "column": 40
        }
      }
    }
  ]
}