{
  "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": "Notification",
            "range": [
              53,
              65
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 21
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Notification",
            "range": [
              53,
              65
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 21
              }
            }
          },
          "range": [
            53,
            65
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 21
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../Notification",
        "raw": "'../Notification'",
        "range": [
          73,
          90
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 29
          },
          "end": {
            "line": 2,
            "column": 46
          }
        }
      },
      "range": [
        44,
        91
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 47
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * @see {@link Notification}\n *\n * @param scheduler\n * @param delay\n * @return {Observable<R>|WebSocketSubject<T>|Observable<T>}\n * @method observeOn\n * @owner Observable\n ",
          "range": [
            92,
            270
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": {
          "type": "Identifier",
          "name": "observeOn",
          "range": [
            287,
            296
          ],
          "loc": {
            "start": {
              "line": 12,
              "column": 16
            },
            "end": {
              "line": 12,
              "column": 25
            }
          }
        },
        "params": [
          {
            "type": "Identifier",
            "name": "scheduler",
            "range": [
              297,
              306
            ],
            "loc": {
              "start": {
                "line": 12,
                "column": 26
              },
              "end": {
                "line": 12,
                "column": 35
              }
            }
          },
          {
            "type": "Identifier",
            "name": "delay",
            "range": [
              308,
              313
            ],
            "loc": {
              "start": {
                "line": 12,
                "column": 37
              },
              "end": {
                "line": 12,
                "column": 42
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "IfStatement",
              "test": {
                "type": "BinaryExpression",
                "operator": "===",
                "left": {
                  "type": "Identifier",
                  "name": "delay",
                  "range": [
                    325,
                    330
                  ],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 8
                    },
                    "end": {
                      "line": 13,
                      "column": 13
                    }
                  }
                },
                "right": {
                  "type": "UnaryExpression",
                  "operator": "void",
                  "argument": {
                    "type": "Literal",
                    "value": 0,
                    "raw": "0",
                    "range": [
                      340,
                      341
                    ],
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 23
                      },
                      "end": {
                        "line": 13,
                        "column": 24
                      }
                    }
                  },
                  "prefix": true,
                  "range": [
                    335,
                    341
                  ],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 18
                    },
                    "end": {
                      "line": 13,
                      "column": 24
                    }
                  }
                },
                "range": [
                  325,
                  341
                ],
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 8
                  },
                  "end": {
                    "line": 13,
                    "column": 24
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "name": "delay",
                        "range": [
                          345,
                          350
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 28
                          },
                          "end": {
                            "line": 13,
                            "column": 33
                          }
                        }
                      },
                      "right": {
                        "type": "Literal",
                        "value": 0,
                        "raw": "0",
                        "range": [
                          353,
                          354
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 36
                          },
                          "end": {
                            "line": 13,
                            "column": 37
                          }
                        }
                      },
                      "range": [
                        345,
                        354
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 28
                        },
                        "end": {
                          "line": 13,
                          "column": 37
                        }
                      }
                    },
                    "range": [
                      345,
                      355
                    ],
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 28
                      },
                      "end": {
                        "line": 13,
                        "column": 38
                      }
                    }
                  }
                ],
                "range": [
                  343,
                  357
                ],
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 26
                  },
                  "end": {
                    "line": 13,
                    "column": 40
                  }
                }
              },
              "alternate": null,
              "range": [
                321,
                357
              ],
              "loc": {
                "start": {
                  "line": 13,
                  "column": 4
                },
                "end": {
                  "line": 13,
                  "column": 40
                }
              }
            },
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "ThisExpression",
                    "range": [
                      369,
                      373
                    ],
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 11
                      },
                      "end": {
                        "line": 14,
                        "column": 15
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "lift",
                    "range": [
                      374,
                      378
                    ],
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 16
                      },
                      "end": {
                        "line": 14,
                        "column": 20
                      }
                    }
                  },
                  "range": [
                    369,
                    378
                  ],
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 11
                    },
                    "end": {
                      "line": 14,
                      "column": 20
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "ObserveOnOperator",
                      "range": [
                        383,
                        400
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 25
                        },
                        "end": {
                          "line": 14,
                          "column": 42
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "scheduler",
                        "range": [
                          401,
                          410
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 43
                          },
                          "end": {
                            "line": 14,
                            "column": 52
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "delay",
                        "range": [
                          412,
                          417
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 54
                          },
                          "end": {
                            "line": 14,
                            "column": 59
                          }
                        }
                      }
                    ],
                    "range": [
                      379,
                      418
                    ],
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 21
                      },
                      "end": {
                        "line": 14,
                        "column": 60
                      }
                    }
                  }
                ],
                "range": [
                  369,
                  419
                ],
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 11
                  },
                  "end": {
                    "line": 14,
                    "column": 61
                  }
                }
              },
              "range": [
                362,
                420
              ],
              "loc": {
                "start": {
                  "line": 14,
                  "column": 4
                },
                "end": {
                  "line": 14,
                  "column": 62
                }
              }
            }
          ],
          "range": [
            315,
            422
          ],
          "loc": {
            "start": {
              "line": 12,
              "column": 44
            },
            "end": {
              "line": 15,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          278,
          422
        ],
        "loc": {
          "start": {
            "line": 12,
            "column": 7
          },
          "end": {
            "line": 15,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * @see {@link Notification}\n *\n * @param scheduler\n * @param delay\n * @return {Observable<R>|WebSocketSubject<T>|Observable<T>}\n * @method observeOn\n * @owner Observable\n ",
            "range": [
              92,
              270
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "range": [
        271,
        422
      ],
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * @see {@link Notification}\n *\n * @param scheduler\n * @param delay\n * @return {Observable<R>|WebSocketSubject<T>|Observable<T>}\n * @method observeOn\n * @owner Observable\n ",
          "range": [
            92,
            270
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "ObserveOnOperator",
              "range": [
                434,
                451
              ],
              "loc": {
                "start": {
                  "line": 16,
                  "column": 11
                },
                "end": {
                  "line": 16,
                  "column": 28
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "ObserveOnOperator",
                        "range": [
                          482,
                          499
                        ],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 13
                          },
                          "end": {
                            "line": 17,
                            "column": 30
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "scheduler",
                          "range": [
                            500,
                            509
                          ],
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 31
                            },
                            "end": {
                              "line": 17,
                              "column": 40
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "delay",
                          "range": [
                            511,
                            516
                          ],
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 42
                            },
                            "end": {
                              "line": 17,
                              "column": 47
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "delay",
                                "range": [
                                  532,
                                  537
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 17
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    547,
                                    548
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 28
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  542,
                                  548
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                532,
                                548
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 12
                                },
                                "end": {
                                  "line": 18,
                                  "column": 28
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "delay",
                                      "range": [
                                        552,
                                        557
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        560,
                                        561
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 41
                                        }
                                      }
                                    },
                                    "range": [
                                      552,
                                      561
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    552,
                                    562
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "range": [
                                550,
                                564
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 30
                                },
                                "end": {
                                  "line": 18,
                                  "column": 44
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              528,
                              564
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 44
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    573,
                                    577
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    578,
                                    587
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  573,
                                  587
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  590,
                                  599
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                573,
                                599
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 19,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              573,
                              600
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    609,
                                    613
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "delay",
                                  "range": [
                                    614,
                                    619
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  609,
                                  619
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "delay",
                                "range": [
                                  622,
                                  627
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 26
                                  }
                                }
                              },
                              "range": [
                                609,
                                627
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 8
                                },
                                "end": {
                                  "line": 20,
                                  "column": 26
                                }
                              }
                            },
                            "range": [
                              609,
                              628
                            ],
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 27
                              }
                            }
                          }
                        ],
                        "range": [
                          518,
                          634
                        ],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 49
                          },
                          "end": {
                            "line": 21,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        473,
                        634
                      ],
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 21,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "ObserveOnOperator",
                              "range": [
                                639,
                                656
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 4
                                },
                                "end": {
                                  "line": 22,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                657,
                                666
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 22
                                },
                                "end": {
                                  "line": 22,
                                  "column": 31
                                }
                              }
                            },
                            "range": [
                              639,
                              666
                            ],
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 4
                              },
                              "end": {
                                "line": 22,
                                "column": 31
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "call",
                            "range": [
                              667,
                              671
                            ],
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 32
                              },
                              "end": {
                                "line": 22,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            639,
                            671
                          ],
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 4
                            },
                            "end": {
                              "line": 22,
                              "column": 36
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "subscriber",
                              "range": [
                                684,
                                694
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 49
                                },
                                "end": {
                                  "line": 22,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "source",
                              "range": [
                                696,
                                702
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 61
                                },
                                "end": {
                                  "line": 22,
                                  "column": 67
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "source",
                                      "range": [
                                        721,
                                        727
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "_subscribe",
                                      "range": [
                                        728,
                                        738
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      721,
                                      738
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "NewExpression",
                                      "callee": {
                                        "type": "Identifier",
                                        "name": "ObserveOnSubscriber",
                                        "range": [
                                          743,
                                          762
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 56
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "subscriber",
                                          "range": [
                                            763,
                                            773
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 67
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              775,
                                              779
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 73
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "scheduler",
                                            "range": [
                                              780,
                                              789
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 74
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 83
                                              }
                                            }
                                          },
                                          "range": [
                                            775,
                                            789
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 83
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              791,
                                              795
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 85
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 89
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "delay",
                                            "range": [
                                              796,
                                              801
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 90
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 95
                                              }
                                            }
                                          },
                                          "range": [
                                            791,
                                            801
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 85
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 95
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        739,
                                        802
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 96
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    721,
                                    803
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 97
                                    }
                                  }
                                },
                                "range": [
                                  714,
                                  804
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 98
                                  }
                                }
                              }
                            ],
                            "range": [
                              704,
                              810
                            ],
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 69
                              },
                              "end": {
                                "line": 24,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            674,
                            810
                          ],
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 39
                            },
                            "end": {
                              "line": 24,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          639,
                          810
                        ],
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 24,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        639,
                        811
                      ],
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 4
                        },
                        "end": {
                          "line": 24,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "ObserveOnOperator",
                        "range": [
                          823,
                          840
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 11
                          },
                          "end": {
                            "line": 25,
                            "column": 28
                          }
                        }
                      },
                      "range": [
                        816,
                        841
                      ],
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 25,
                          "column": 29
                        }
                      }
                    }
                  ],
                  "range": [
                    467,
                    843
                  ],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 44
                    },
                    "end": {
                      "line": 26,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  455,
                  843
                ],
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 32
                  },
                  "end": {
                    "line": 26,
                    "column": 1
                  }
                }
              },
              "arguments": [],
              "range": [
                455,
                845
              ],
              "loc": {
                "start": {
                  "line": 16,
                  "column": 32
                },
                "end": {
                  "line": 26,
                  "column": 3
                }
              }
            },
            "range": [
              434,
              846
            ],
            "loc": {
              "start": {
                "line": 16,
                "column": 11
              },
              "end": {
                "line": 26,
                "column": 4
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          430,
          847
        ],
        "loc": {
          "start": {
            "line": 16,
            "column": 7
          },
          "end": {
            "line": 26,
            "column": 5
          }
        },
        "leadingComments": [],
        "trailingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
            "range": [
              848,
              939
            ],
            "loc": {
              "start": {
                "line": 27,
                "column": 0
              },
              "end": {
                "line": 31,
                "column": 3
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        423,
        847
      ],
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 26,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            848,
            939
          ],
          "loc": {
            "start": {
              "line": 27,
              "column": 0
            },
            "end": {
              "line": 31,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "ObserveOnSubscriber",
              "range": [
                951,
                970
              ],
              "loc": {
                "start": {
                  "line": 32,
                  "column": 11
                },
                "end": {
                  "line": 32,
                  "column": 30
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      984,
                      990
                    ],
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 44
                      },
                      "end": {
                        "line": 32,
                        "column": 50
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            998,
                            1007
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 4
                            },
                            "end": {
                              "line": 33,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "ObserveOnSubscriber",
                            "range": [
                              1008,
                              1027
                            ],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 14
                              },
                              "end": {
                                "line": 33,
                                "column": 33
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              1029,
                              1035
                            ],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 35
                              },
                              "end": {
                                "line": 33,
                                "column": 41
                              }
                            }
                          }
                        ],
                        "range": [
                          998,
                          1036
                        ],
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 42
                          }
                        }
                      },
                      "range": [
                        998,
                        1037
                      ],
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 43
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "ObserveOnSubscriber",
                        "range": [
                          1051,
                          1070
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 13
                          },
                          "end": {
                            "line": 34,
                            "column": 32
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "destination",
                          "range": [
                            1071,
                            1082
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 33
                            },
                            "end": {
                              "line": 34,
                              "column": 44
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "scheduler",
                          "range": [
                            1084,
                            1093
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 46
                            },
                            "end": {
                              "line": 34,
                              "column": 55
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "delay",
                          "range": [
                            1095,
                            1100
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 57
                            },
                            "end": {
                              "line": 34,
                              "column": 62
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "delay",
                                "range": [
                                  1116,
                                  1121
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 17
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    1131,
                                    1132
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 28
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  1126,
                                  1132
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                1116,
                                1132
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 12
                                },
                                "end": {
                                  "line": 35,
                                  "column": 28
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "delay",
                                      "range": [
                                        1136,
                                        1141
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        1144,
                                        1145
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 41
                                        }
                                      }
                                    },
                                    "range": [
                                      1136,
                                      1145
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    1136,
                                    1146
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1134,
                                1148
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 30
                                },
                                "end": {
                                  "line": 35,
                                  "column": 44
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              1112,
                              1148
                            ],
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 8
                              },
                              "end": {
                                "line": 35,
                                "column": 44
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    1157,
                                    1163
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    1164,
                                    1168
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  1157,
                                  1168
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    1169,
                                    1173
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 24
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "destination",
                                  "range": [
                                    1175,
                                    1186
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1157,
                                1187
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 38
                                }
                              }
                            },
                            "range": [
                              1157,
                              1188
                            ],
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 39
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1197,
                                    1201
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    1202,
                                    1211
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  1197,
                                  1211
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  1214,
                                  1223
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                1197,
                                1223
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              1197,
                              1224
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1233,
                                    1237
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "delay",
                                  "range": [
                                    1238,
                                    1243
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  1233,
                                  1243
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "delay",
                                "range": [
                                  1246,
                                  1251
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 26
                                  }
                                }
                              },
                              "range": [
                                1233,
                                1251
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 26
                                }
                              }
                            },
                            "range": [
                              1233,
                              1252
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 27
                              }
                            }
                          }
                        ],
                        "range": [
                          1102,
                          1258
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 64
                          },
                          "end": {
                            "line": 39,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        1042,
                        1258
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 4
                        },
                        "end": {
                          "line": 39,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "ObserveOnSubscriber",
                            "range": [
                              1263,
                              1282
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 4
                              },
                              "end": {
                                "line": 40,
                                "column": 23
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "dispatch",
                            "range": [
                              1283,
                              1291
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 24
                              },
                              "end": {
                                "line": 40,
                                "column": 32
                              }
                            }
                          },
                          "range": [
                            1263,
                            1291
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 4
                            },
                            "end": {
                              "line": 40,
                              "column": 32
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "arg",
                              "range": [
                                1304,
                                1307
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 45
                                },
                                "end": {
                                  "line": 40,
                                  "column": 48
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "notification",
                                      "range": [
                                        1323,
                                        1335
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arg",
                                        "range": [
                                          1338,
                                          1341
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "notification",
                                        "range": [
                                          1342,
                                          1354
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "range": [
                                        1338,
                                        1354
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "range": [
                                      1323,
                                      1354
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 43
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        1356,
                                        1367
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 56
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arg",
                                        "range": [
                                          1370,
                                          1373
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "destination",
                                        "range": [
                                          1374,
                                          1385
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 74
                                          }
                                        }
                                      },
                                      "range": [
                                        1370,
                                        1385
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 74
                                        }
                                      }
                                    },
                                    "range": [
                                      1356,
                                      1385
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 74
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1319,
                                  1386
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 75
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "notification",
                                      "range": [
                                        1395,
                                        1407
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "observe",
                                      "range": [
                                        1408,
                                        1415
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "range": [
                                      1395,
                                      1415
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        1416,
                                        1427
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 40
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1395,
                                    1428
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 41
                                    }
                                  }
                                },
                                "range": [
                                  1395,
                                  1429
                                ],
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 42
                                  }
                                }
                              }
                            ],
                            "range": [
                              1309,
                              1435
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 50
                              },
                              "end": {
                                "line": 43,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1294,
                            1435
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 35
                            },
                            "end": {
                              "line": 43,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1263,
                          1435
                        ],
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 4
                          },
                          "end": {
                            "line": 43,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1263,
                        1436
                      ],
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 43,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "ObserveOnSubscriber",
                              "range": [
                                1441,
                                1460
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 4
                                },
                                "end": {
                                  "line": 44,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1461,
                                1470
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 24
                                },
                                "end": {
                                  "line": 44,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              1441,
                              1470
                            ],
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 4
                              },
                              "end": {
                                "line": 44,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "scheduleMessage",
                            "range": [
                              1471,
                              1486
                            ],
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 34
                              },
                              "end": {
                                "line": 44,
                                "column": 49
                              }
                            }
                          },
                          "range": [
                            1441,
                            1486
                          ],
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 4
                            },
                            "end": {
                              "line": 44,
                              "column": 49
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "notification",
                              "range": [
                                1499,
                                1511
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 62
                                },
                                "end": {
                                  "line": 44,
                                  "column": 74
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1523,
                                        1527
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "add",
                                      "range": [
                                        1528,
                                        1531
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "range": [
                                      1523,
                                      1531
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1532,
                                              1536
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "scheduler",
                                            "range": [
                                              1537,
                                              1546
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            1532,
                                            1546
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "schedule",
                                          "range": [
                                            1547,
                                            1555
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 40
                                            }
                                          }
                                        },
                                        "range": [
                                          1532,
                                          1555
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "ObserveOnSubscriber",
                                            "range": [
                                              1556,
                                              1575
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 60
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "dispatch",
                                            "range": [
                                              1576,
                                              1584
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 69
                                              }
                                            }
                                          },
                                          "range": [
                                            1556,
                                            1584
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 69
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1586,
                                              1590
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 75
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "delay",
                                            "range": [
                                              1591,
                                              1596
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 81
                                              }
                                            }
                                          },
                                          "range": [
                                            1586,
                                            1596
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 81
                                            }
                                          }
                                        },
                                        {
                                          "type": "NewExpression",
                                          "callee": {
                                            "type": "Identifier",
                                            "name": "ObserveOnMessage",
                                            "range": [
                                              1602,
                                              1618
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 87
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 103
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "notification",
                                              "range": [
                                                1619,
                                                1631
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 104
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 116
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  1633,
                                                  1637
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 118
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 122
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "destination",
                                                "range": [
                                                  1638,
                                                  1649
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 123
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 134
                                                  }
                                                }
                                              },
                                              "range": [
                                                1633,
                                                1649
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 118
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 134
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1598,
                                            1650
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 83
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 135
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1532,
                                        1651
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 136
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1523,
                                    1652
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 137
                                    }
                                  }
                                },
                                "range": [
                                  1523,
                                  1653
                                ],
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 138
                                  }
                                }
                              }
                            ],
                            "range": [
                              1513,
                              1659
                            ],
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 76
                              },
                              "end": {
                                "line": 46,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1489,
                            1659
                          ],
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 52
                            },
                            "end": {
                              "line": 46,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1441,
                          1659
                        ],
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 4
                          },
                          "end": {
                            "line": 46,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1441,
                        1660
                      ],
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 4
                        },
                        "end": {
                          "line": 46,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "ObserveOnSubscriber",
                              "range": [
                                1665,
                                1684
                              ],
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 4
                                },
                                "end": {
                                  "line": 47,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1685,
                                1694
                              ],
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 24
                                },
                                "end": {
                                  "line": 47,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              1665,
                              1694
                            ],
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 4
                              },
                              "end": {
                                "line": 47,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_next",
                            "range": [
                              1695,
                              1700
                            ],
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 34
                              },
                              "end": {
                                "line": 47,
                                "column": 39
                              }
                            }
                          },
                          "range": [
                            1665,
                            1700
                          ],
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 4
                            },
                            "end": {
                              "line": 47,
                              "column": 39
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                1713,
                                1718
                              ],
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 52
                                },
                                "end": {
                                  "line": 47,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1730,
                                        1734
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "scheduleMessage",
                                      "range": [
                                        1735,
                                        1750
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "range": [
                                      1730,
                                      1750
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "Notification",
                                          "range": [
                                            1751,
                                            1763
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "createNext",
                                          "range": [
                                            1764,
                                            1774
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 52
                                            }
                                          }
                                        },
                                        "range": [
                                          1751,
                                          1774
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 52
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "value",
                                          "range": [
                                            1775,
                                            1780
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 58
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1751,
                                        1781
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 59
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1730,
                                    1782
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 60
                                    }
                                  }
                                },
                                "range": [
                                  1730,
                                  1783
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 61
                                  }
                                }
                              }
                            ],
                            "range": [
                              1720,
                              1789
                            ],
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 59
                              },
                              "end": {
                                "line": 49,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1703,
                            1789
                          ],
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 42
                            },
                            "end": {
                              "line": 49,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1665,
                          1789
                        ],
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1665,
                        1790
                      ],
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "ObserveOnSubscriber",
                              "range": [
                                1795,
                                1814
                              ],
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 4
                                },
                                "end": {
                                  "line": 50,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1815,
                                1824
                              ],
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 24
                                },
                                "end": {
                                  "line": 50,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              1795,
                              1824
                            ],
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 4
                              },
                              "end": {
                                "line": 50,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_error",
                            "range": [
                              1825,
                              1831
                            ],
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 34
                              },
                              "end": {
                                "line": 50,
                                "column": 40
                              }
                            }
                          },
                          "range": [
                            1795,
                            1831
                          ],
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 4
                            },
                            "end": {
                              "line": 50,
                              "column": 40
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "err",
                              "range": [
                                1844,
                                1847
                              ],
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 53
                                },
                                "end": {
                                  "line": 50,
                                  "column": 56
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1859,
                                        1863
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "scheduleMessage",
                                      "range": [
                                        1864,
                                        1879
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "range": [
                                      1859,
                                      1879
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "Notification",
                                          "range": [
                                            1880,
                                            1892
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "createError",
                                          "range": [
                                            1893,
                                            1904
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 53
                                            }
                                          }
                                        },
                                        "range": [
                                          1880,
                                          1904
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 53
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "err",
                                          "range": [
                                            1905,
                                            1908
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 57
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1880,
                                        1909
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 58
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1859,
                                    1910
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 59
                                    }
                                  }
                                },
                                "range": [
                                  1859,
                                  1911
                                ],
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 60
                                  }
                                }
                              }
                            ],
                            "range": [
                              1849,
                              1917
                            ],
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 58
                              },
                              "end": {
                                "line": 52,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1834,
                            1917
                          ],
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 43
                            },
                            "end": {
                              "line": 52,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1795,
                          1917
                        ],
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 4
                          },
                          "end": {
                            "line": 52,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1795,
                        1918
                      ],
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 4
                        },
                        "end": {
                          "line": 52,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "ObserveOnSubscriber",
                              "range": [
                                1923,
                                1942
                              ],
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 4
                                },
                                "end": {
                                  "line": 53,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1943,
                                1952
                              ],
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 24
                                },
                                "end": {
                                  "line": 53,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              1923,
                              1952
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 4
                              },
                              "end": {
                                "line": 53,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_complete",
                            "range": [
                              1953,
                              1962
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 34
                              },
                              "end": {
                                "line": 53,
                                "column": 43
                              }
                            }
                          },
                          "range": [
                            1923,
                            1962
                          ],
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 4
                            },
                            "end": {
                              "line": 53,
                              "column": 43
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1987,
                                        1991
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "scheduleMessage",
                                      "range": [
                                        1992,
                                        2007
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "range": [
                                      1987,
                                      2007
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "Notification",
                                          "range": [
                                            2008,
                                            2020
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "createComplete",
                                          "range": [
                                            2021,
                                            2035
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 56
                                            }
                                          }
                                        },
                                        "range": [
                                          2008,
                                          2035
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 56
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        2008,
                                        2037
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 58
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1987,
                                    2038
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 59
                                    }
                                  }
                                },
                                "range": [
                                  1987,
                                  2039
                                ],
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 60
                                  }
                                }
                              }
                            ],
                            "range": [
                              1977,
                              2045
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 58
                              },
                              "end": {
                                "line": 55,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1965,
                            2045
                          ],
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 46
                            },
                            "end": {
                              "line": 55,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1923,
                          2045
                        ],
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 4
                          },
                          "end": {
                            "line": 55,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1923,
                        2046
                      ],
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 4
                        },
                        "end": {
                          "line": 55,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "ObserveOnSubscriber",
                        "range": [
                          2058,
                          2077
                        ],
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 11
                          },
                          "end": {
                            "line": 56,
                            "column": 30
                          }
                        }
                      },
                      "range": [
                        2051,
                        2078
                      ],
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 4
                        },
                        "end": {
                          "line": 56,
                          "column": 31
                        }
                      }
                    }
                  ],
                  "range": [
                    992,
                    2080
                  ],
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 52
                    },
                    "end": {
                      "line": 57,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  974,
                  2080
                ],
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 34
                  },
                  "end": {
                    "line": 57,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Subscriber",
                  "range": [
                    2081,
                    2091
                  ],
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 2
                    },
                    "end": {
                      "line": 57,
                      "column": 12
                    }
                  }
                }
              ],
              "range": [
                974,
                2092
              ],
              "loc": {
                "start": {
                  "line": 32,
                  "column": 34
                },
                "end": {
                  "line": 57,
                  "column": 13
                }
              }
            },
            "range": [
              951,
              2093
            ],
            "loc": {
              "start": {
                "line": 32,
                "column": 11
              },
              "end": {
                "line": 57,
                "column": 14
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          947,
          2094
        ],
        "loc": {
          "start": {
            "line": 32,
            "column": 7
          },
          "end": {
            "line": 57,
            "column": 15
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
            "range": [
              848,
              939
            ],
            "loc": {
              "start": {
                "line": 27,
                "column": 0
              },
              "end": {
                "line": 31,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "range": [
        940,
        2094
      ],
      "loc": {
        "start": {
          "line": 32,
          "column": 0
        },
        "end": {
          "line": 57,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            848,
            939
          ],
          "loc": {
            "start": {
              "line": 27,
              "column": 0
            },
            "end": {
              "line": 31,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "ObserveOnMessage",
              "range": [
                2106,
                2122
              ],
              "loc": {
                "start": {
                  "line": 58,
                  "column": 11
                },
                "end": {
                  "line": 58,
                  "column": 27
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "ObserveOnMessage",
                        "range": [
                          2153,
                          2169
                        ],
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 13
                          },
                          "end": {
                            "line": 59,
                            "column": 29
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "notification",
                          "range": [
                            2170,
                            2182
                          ],
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 30
                            },
                            "end": {
                              "line": 59,
                              "column": 42
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "destination",
                          "range": [
                            2184,
                            2195
                          ],
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 44
                            },
                            "end": {
                              "line": 59,
                              "column": 55
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    2207,
                                    2211
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "notification",
                                  "range": [
                                    2212,
                                    2224
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 25
                                    }
                                  }
                                },
                                "range": [
                                  2207,
                                  2224
                                ],
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 25
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "notification",
                                "range": [
                                  2227,
                                  2239
                                ],
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 40
                                  }
                                }
                              },
                              "range": [
                                2207,
                                2239
                              ],
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 8
                                },
                                "end": {
                                  "line": 60,
                                  "column": 40
                                }
                              }
                            },
                            "range": [
                              2207,
                              2240
                            ],
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 8
                              },
                              "end": {
                                "line": 60,
                                "column": 41
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    2249,
                                    2253
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "destination",
                                  "range": [
                                    2254,
                                    2265
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 24
                                    }
                                  }
                                },
                                "range": [
                                  2249,
                                  2265
                                ],
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 24
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "destination",
                                "range": [
                                  2268,
                                  2279
                                ],
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 38
                                  }
                                }
                              },
                              "range": [
                                2249,
                                2279
                              ],
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 8
                                },
                                "end": {
                                  "line": 61,
                                  "column": 38
                                }
                              }
                            },
                            "range": [
                              2249,
                              2280
                            ],
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 8
                              },
                              "end": {
                                "line": 61,
                                "column": 39
                              }
                            }
                          }
                        ],
                        "range": [
                          2197,
                          2286
                        ],
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 57
                          },
                          "end": {
                            "line": 62,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        2144,
                        2286
                      ],
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 4
                        },
                        "end": {
                          "line": 62,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "ObserveOnMessage",
                        "range": [
                          2298,
                          2314
                        ],
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 11
                          },
                          "end": {
                            "line": 63,
                            "column": 27
                          }
                        }
                      },
                      "range": [
                        2291,
                        2315
                      ],
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 4
                        },
                        "end": {
                          "line": 63,
                          "column": 28
                        }
                      }
                    }
                  ],
                  "range": [
                    2138,
                    2317
                  ],
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 43
                    },
                    "end": {
                      "line": 64,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  2126,
                  2317
                ],
                "loc": {
                  "start": {
                    "line": 58,
                    "column": 31
                  },
                  "end": {
                    "line": 64,
                    "column": 1
                  }
                }
              },
              "arguments": [],
              "range": [
                2126,
                2319
              ],
              "loc": {
                "start": {
                  "line": 58,
                  "column": 31
                },
                "end": {
                  "line": 64,
                  "column": 3
                }
              }
            },
            "range": [
              2106,
              2320
            ],
            "loc": {
              "start": {
                "line": 58,
                "column": 11
              },
              "end": {
                "line": 64,
                "column": 4
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          2102,
          2321
        ],
        "loc": {
          "start": {
            "line": 58,
            "column": 7
          },
          "end": {
            "line": 64,
            "column": 5
          }
        },
        "leadingComments": [],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=observeOn.js.map",
            "range": [
              2322,
              2359
            ],
            "loc": {
              "start": {
                "line": 65,
                "column": 0
              },
              "end": {
                "line": 65,
                "column": 37
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        2095,
        2321
      ],
      "loc": {
        "start": {
          "line": 58,
          "column": 0
        },
        "end": {
          "line": 64,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=observeOn.js.map",
          "range": [
            2322,
            2359
          ],
          "loc": {
            "start": {
              "line": 65,
              "column": 0
            },
            "end": {
              "line": 65,
              "column": 37
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    2321
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 64,
      "column": 5
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * @see {@link Notification}\n *\n * @param scheduler\n * @param delay\n * @return {Observable<R>|WebSocketSubject<T>|Observable<T>}\n * @method observeOn\n * @owner Observable\n ",
      "range": [
        92,
        270
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 3
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        848,
        939
      ],
      "loc": {
        "start": {
          "line": 27,
          "column": 0
        },
        "end": {
          "line": 31,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=observeOn.js.map",
      "range": [
        2322,
        2359
      ],
      "loc": {
        "start": {
          "line": 65,
          "column": 0
        },
        "end": {
          "line": 65,
          "column": 37
        }
      }
    }
  ]
}