{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Observable",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Observable",
            "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": "../Observable",
        "raw": "'../Observable'",
        "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": "asap",
            "range": [
              53,
              57
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 13
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "asap",
            "range": [
              53,
              57
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 13
              }
            }
          },
          "range": [
            53,
            57
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 13
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../scheduler/asap",
        "raw": "'../scheduler/asap'",
        "range": [
          65,
          84
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 21
          },
          "end": {
            "line": 2,
            "column": 40
          }
        }
      },
      "range": [
        44,
        85
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 41
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "isNumeric",
            "range": [
              95,
              104
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 18
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "isNumeric",
            "range": [
              95,
              104
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 18
              }
            }
          },
          "range": [
            95,
            104
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 9
            },
            "end": {
              "line": 3,
              "column": 18
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../util/isNumeric",
        "raw": "'../util/isNumeric'",
        "range": [
          112,
          131
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 26
          },
          "end": {
            "line": 3,
            "column": 45
          }
        }
      },
      "range": [
        86,
        132
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 46
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            133,
            227
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "SubscribeOnObservable",
              "range": [
                239,
                260
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 11
                },
                "end": {
                  "line": 9,
                  "column": 32
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      274,
                      280
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 46
                      },
                      "end": {
                        "line": 9,
                        "column": 52
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            288,
                            297
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 4
                            },
                            "end": {
                              "line": 10,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "SubscribeOnObservable",
                            "range": [
                              298,
                              319
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 14
                              },
                              "end": {
                                "line": 10,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              321,
                              327
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 37
                              },
                              "end": {
                                "line": 10,
                                "column": 43
                              }
                            }
                          }
                        ],
                        "range": [
                          288,
                          328
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 4
                          },
                          "end": {
                            "line": 10,
                            "column": 44
                          }
                        }
                      },
                      "range": [
                        288,
                        329
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 45
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "SubscribeOnObservable",
                        "range": [
                          343,
                          364
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 13
                          },
                          "end": {
                            "line": 11,
                            "column": 34
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "source",
                          "range": [
                            365,
                            371
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 35
                            },
                            "end": {
                              "line": 11,
                              "column": 41
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "delayTime",
                          "range": [
                            373,
                            382
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 43
                            },
                            "end": {
                              "line": 11,
                              "column": 52
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "scheduler",
                          "range": [
                            384,
                            393
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 54
                            },
                            "end": {
                              "line": 11,
                              "column": 63
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "delayTime",
                                "range": [
                                  409,
                                  418
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 21
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    428,
                                    429
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 32
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  423,
                                  429
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                409,
                                429
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 12
                                },
                                "end": {
                                  "line": 12,
                                  "column": 32
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "delayTime",
                                      "range": [
                                        433,
                                        442
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 45
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        445,
                                        446
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 49
                                        }
                                      }
                                    },
                                    "range": [
                                      433,
                                      446
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    433,
                                    447
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 50
                                    }
                                  }
                                }
                              ],
                              "range": [
                                431,
                                449
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 34
                                },
                                "end": {
                                  "line": 12,
                                  "column": 52
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              405,
                              449
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 52
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  462,
                                  471
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 21
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    481,
                                    482
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 32
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  476,
                                  482
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                462,
                                482
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 32
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        486,
                                        495
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 45
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "asap",
                                      "range": [
                                        498,
                                        502
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 52
                                        }
                                      }
                                    },
                                    "range": [
                                      486,
                                      502
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 52
                                      }
                                    }
                                  },
                                  "range": [
                                    486,
                                    503
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 53
                                    }
                                  }
                                }
                              ],
                              "range": [
                                484,
                                505
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 34
                                },
                                "end": {
                                  "line": 13,
                                  "column": 55
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              458,
                              505
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 55
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    514,
                                    520
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    521,
                                    525
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  514,
                                  525
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    526,
                                    530
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                514,
                                531
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              514,
                              532
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    541,
                                    545
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "source",
                                  "range": [
                                    546,
                                    552
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  541,
                                  552
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "source",
                                "range": [
                                  555,
                                  561
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                541,
                                561
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 28
                                }
                              }
                            },
                            "range": [
                              541,
                              562
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 29
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    571,
                                    575
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "delayTime",
                                  "range": [
                                    576,
                                    585
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  571,
                                  585
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "delayTime",
                                "range": [
                                  588,
                                  597
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                571,
                                597
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              571,
                              598
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    607,
                                    611
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    612,
                                    621
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  607,
                                  621
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  624,
                                  633
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                607,
                                633
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              607,
                              634
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "LogicalExpression",
                              "operator": "||",
                              "left": {
                                "type": "UnaryExpression",
                                "operator": "!",
                                "argument": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "isNumeric",
                                    "range": [
                                      648,
                                      657
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "delayTime",
                                      "range": [
                                        658,
                                        667
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 32
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    648,
                                    668
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 33
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  647,
                                  668
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 33
                                  }
                                }
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "operator": "<",
                                "left": {
                                  "type": "Identifier",
                                  "name": "delayTime",
                                  "range": [
                                    672,
                                    681
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 46
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    684,
                                    685
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 50
                                    }
                                  }
                                },
                                "range": [
                                  672,
                                  685
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 50
                                  }
                                }
                              },
                              "range": [
                                647,
                                685
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 12
                                },
                                "end": {
                                  "line": 18,
                                  "column": 50
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          701,
                                          705
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "delayTime",
                                        "range": [
                                          706,
                                          715
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "range": [
                                        701,
                                        715
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        718,
                                        719
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      701,
                                      719
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    701,
                                    720
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "range": [
                                687,
                                730
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 52
                                },
                                "end": {
                                  "line": 20,
                                  "column": 9
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              643,
                              730
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 9
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "LogicalExpression",
                              "operator": "||",
                              "left": {
                                "type": "UnaryExpression",
                                "operator": "!",
                                "argument": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    744,
                                    753
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 22
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  743,
                                  753
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "operator": "!==",
                                "left": {
                                  "type": "UnaryExpression",
                                  "operator": "typeof",
                                  "argument": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        764,
                                        773
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "schedule",
                                      "range": [
                                        774,
                                        782
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 51
                                        }
                                      }
                                    },
                                    "range": [
                                      764,
                                      782
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 51
                                      }
                                    }
                                  },
                                  "prefix": true,
                                  "range": [
                                    757,
                                    782
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 51
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": "function",
                                  "raw": "'function'",
                                  "range": [
                                    787,
                                    797
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 66
                                    }
                                  }
                                },
                                "range": [
                                  757,
                                  797
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 66
                                  }
                                }
                              },
                              "range": [
                                743,
                                797
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 12
                                },
                                "end": {
                                  "line": 21,
                                  "column": 66
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          813,
                                          817
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          818,
                                          827
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "range": [
                                        813,
                                        827
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "asap",
                                      "range": [
                                        830,
                                        834
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "range": [
                                      813,
                                      834
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    813,
                                    835
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "range": [
                                799,
                                845
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 68
                                },
                                "end": {
                                  "line": 23,
                                  "column": 9
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              739,
                              845
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 9
                              }
                            }
                          }
                        ],
                        "range": [
                          395,
                          851
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 65
                          },
                          "end": {
                            "line": 24,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        334,
                        851
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 24,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SubscribeOnObservable",
                            "range": [
                              856,
                              877
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 4
                              },
                              "end": {
                                "line": 25,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "create",
                            "range": [
                              878,
                              884
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 26
                              },
                              "end": {
                                "line": 25,
                                "column": 32
                              }
                            }
                          },
                          "range": [
                            856,
                            884
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 4
                            },
                            "end": {
                              "line": 25,
                              "column": 32
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "source",
                              "range": [
                                897,
                                903
                              ],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 45
                                },
                                "end": {
                                  "line": 25,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "delay",
                              "range": [
                                905,
                                910
                              ],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 53
                                },
                                "end": {
                                  "line": 25,
                                  "column": 58
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "scheduler",
                              "range": [
                                912,
                                921
                              ],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 60
                                },
                                "end": {
                                  "line": 25,
                                  "column": 69
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "delay",
                                    "range": [
                                      937,
                                      942
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "void",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        952,
                                        953
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      947,
                                      953
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    937,
                                    953
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 28
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "delay",
                                          "range": [
                                            957,
                                            962
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            965,
                                            966
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "range": [
                                          957,
                                          966
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "range": [
                                        957,
                                        967
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 42
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    955,
                                    969
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 44
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  933,
                                  969
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 44
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "scheduler",
                                    "range": [
                                      982,
                                      991
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "void",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        1001,
                                        1002
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      996,
                                      1002
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    982,
                                    1002
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 32
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "scheduler",
                                          "range": [
                                            1006,
                                            1015
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "name": "asap",
                                          "range": [
                                            1018,
                                            1022
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 52
                                            }
                                          }
                                        },
                                        "range": [
                                          1006,
                                          1022
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 52
                                          }
                                        }
                                      },
                                      "range": [
                                        1006,
                                        1023
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 53
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1004,
                                    1025
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 55
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  978,
                                  1025
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 55
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "SubscribeOnObservable",
                                    "range": [
                                      1045,
                                      1066
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "source",
                                      "range": [
                                        1067,
                                        1073
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 47
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "delay",
                                      "range": [
                                        1075,
                                        1080
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 54
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        1082,
                                        1091
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 65
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1041,
                                    1092
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 66
                                    }
                                  }
                                },
                                "range": [
                                  1034,
                                  1093
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 67
                                  }
                                }
                              }
                            ],
                            "range": [
                              923,
                              1099
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 71
                              },
                              "end": {
                                "line": 29,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            887,
                            1099
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 35
                            },
                            "end": {
                              "line": 29,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          856,
                          1099
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 4
                          },
                          "end": {
                            "line": 29,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        856,
                        1100
                      ],
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SubscribeOnObservable",
                            "range": [
                              1105,
                              1126
                            ],
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 4
                              },
                              "end": {
                                "line": 30,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "dispatch",
                            "range": [
                              1127,
                              1135
                            ],
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 26
                              },
                              "end": {
                                "line": 30,
                                "column": 34
                              }
                            }
                          },
                          "range": [
                            1105,
                            1135
                          ],
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 4
                            },
                            "end": {
                              "line": 30,
                              "column": 34
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "arg",
                              "range": [
                                1148,
                                1151
                              ],
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 47
                                },
                                "end": {
                                  "line": 30,
                                  "column": 50
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "source",
                                      "range": [
                                        1167,
                                        1173
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arg",
                                        "range": [
                                          1176,
                                          1179
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "source",
                                        "range": [
                                          1180,
                                          1186
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "range": [
                                        1176,
                                        1186
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      1167,
                                      1186
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 31
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        1188,
                                        1198
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arg",
                                        "range": [
                                          1201,
                                          1204
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 49
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "subscriber",
                                        "range": [
                                          1205,
                                          1215
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 60
                                          }
                                        }
                                      },
                                      "range": [
                                        1201,
                                        1215
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 60
                                        }
                                      }
                                    },
                                    "range": [
                                      1188,
                                      1215
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 60
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1163,
                                  1216
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 61
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "source",
                                      "range": [
                                        1232,
                                        1238
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "subscribe",
                                      "range": [
                                        1239,
                                        1248
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      1232,
                                      1248
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        1249,
                                        1259
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 42
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1232,
                                    1260
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 43
                                    }
                                  }
                                },
                                "range": [
                                  1225,
                                  1261
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 44
                                  }
                                }
                              }
                            ],
                            "range": [
                              1153,
                              1267
                            ],
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 52
                              },
                              "end": {
                                "line": 33,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1138,
                            1267
                          ],
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 37
                            },
                            "end": {
                              "line": 33,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1105,
                          1267
                        ],
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1105,
                        1268
                      ],
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "SubscribeOnObservable",
                              "range": [
                                1273,
                                1294
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 4
                                },
                                "end": {
                                  "line": 34,
                                  "column": 25
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1295,
                                1304
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 26
                                },
                                "end": {
                                  "line": 34,
                                  "column": 35
                                }
                              }
                            },
                            "range": [
                              1273,
                              1304
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 4
                              },
                              "end": {
                                "line": 34,
                                "column": 35
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_subscribe",
                            "range": [
                              1305,
                              1315
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 36
                              },
                              "end": {
                                "line": 34,
                                "column": 46
                              }
                            }
                          },
                          "range": [
                            1273,
                            1315
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 4
                            },
                            "end": {
                              "line": 34,
                              "column": 46
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "subscriber",
                              "range": [
                                1328,
                                1338
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 59
                                },
                                "end": {
                                  "line": 34,
                                  "column": 69
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "delay",
                                      "range": [
                                        1354,
                                        1359
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1362,
                                          1366
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "delayTime",
                                        "range": [
                                          1367,
                                          1376
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        1362,
                                        1376
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "range": [
                                      1354,
                                      1376
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 34
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1350,
                                  1377
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 35
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "source",
                                      "range": [
                                        1390,
                                        1396
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1399,
                                          1403
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "source",
                                        "range": [
                                          1404,
                                          1410
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "range": [
                                        1399,
                                        1410
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      1390,
                                      1410
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1386,
                                  1411
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        1424,
                                        1433
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1436,
                                          1440
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          1441,
                                          1450
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "range": [
                                        1436,
                                        1450
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      1424,
                                      1450
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 38
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1420,
                                  1451
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 39
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        1467,
                                        1476
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "schedule",
                                      "range": [
                                        1477,
                                        1485
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "range": [
                                      1467,
                                      1485
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "SubscribeOnObservable",
                                        "range": [
                                          1486,
                                          1507
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "dispatch",
                                        "range": [
                                          1508,
                                          1516
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 64
                                          }
                                        }
                                      },
                                      "range": [
                                        1486,
                                        1516
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 64
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "delay",
                                      "range": [
                                        1518,
                                        1523
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 71
                                        }
                                      }
                                    },
                                    {
                                      "type": "ObjectExpression",
                                      "properties": [
                                        {
                                          "type": "Property",
                                          "key": {
                                            "type": "Identifier",
                                            "name": "source",
                                            "range": [
                                              1539,
                                              1545
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "name": "source",
                                            "range": [
                                              1547,
                                              1553
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "kind": "init",
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "range": [
                                            1539,
                                            1553
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 26
                                            }
                                          }
                                        },
                                        {
                                          "type": "Property",
                                          "key": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              1555,
                                              1565
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              1567,
                                              1577
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 50
                                              }
                                            }
                                          },
                                          "kind": "init",
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "range": [
                                            1555,
                                            1577
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 50
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1525,
                                        1587
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 9
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1467,
                                    1588
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 10
                                    }
                                  }
                                },
                                "range": [
                                  1460,
                                  1589
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 11
                                  }
                                }
                              }
                            ],
                            "range": [
                              1340,
                              1595
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 71
                              },
                              "end": {
                                "line": 41,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1318,
                            1595
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 49
                            },
                            "end": {
                              "line": 41,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1273,
                          1595
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 4
                          },
                          "end": {
                            "line": 41,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1273,
                        1596
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 4
                        },
                        "end": {
                          "line": 41,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "SubscribeOnObservable",
                        "range": [
                          1608,
                          1629
                        ],
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 11
                          },
                          "end": {
                            "line": 42,
                            "column": 32
                          }
                        }
                      },
                      "range": [
                        1601,
                        1630
                      ],
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 4
                        },
                        "end": {
                          "line": 42,
                          "column": 33
                        }
                      }
                    }
                  ],
                  "range": [
                    282,
                    1632
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 54
                    },
                    "end": {
                      "line": 43,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  264,
                  1632
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 36
                  },
                  "end": {
                    "line": 43,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Observable",
                  "range": [
                    1633,
                    1643
                  ],
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 2
                    },
                    "end": {
                      "line": 43,
                      "column": 12
                    }
                  }
                }
              ],
              "range": [
                264,
                1644
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 36
                },
                "end": {
                  "line": 43,
                  "column": 13
                }
              }
            },
            "range": [
              239,
              1645
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 11
              },
              "end": {
                "line": 43,
                "column": 14
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          235,
          1646
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 7
          },
          "end": {
            "line": 43,
            "column": 15
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
            "range": [
              133,
              227
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=SubscribeOnObservable.js.map",
            "range": [
              1647,
              1696
            ],
            "loc": {
              "start": {
                "line": 44,
                "column": 0
              },
              "end": {
                "line": 44,
                "column": 49
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        228,
        1646
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 43,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            133,
            227
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=SubscribeOnObservable.js.map",
          "range": [
            1647,
            1696
          ],
          "loc": {
            "start": {
              "line": 44,
              "column": 0
            },
            "end": {
              "line": 44,
              "column": 49
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1646
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 43,
      "column": 15
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
      "range": [
        133,
        227
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=SubscribeOnObservable.js.map",
      "range": [
        1647,
        1696
      ],
      "loc": {
        "start": {
          "line": 44,
          "column": 0
        },
        "end": {
          "line": 44,
          "column": 49
        }
      }
    }
  ]
}