{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "AsyncAction",
            "range": [
              9,
              20
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 20
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "AsyncAction",
            "range": [
              9,
              20
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 20
              }
            }
          },
          "range": [
            9,
            20
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 20
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./AsyncAction",
        "raw": "'./AsyncAction'",
        "range": [
          28,
          43
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 28
          },
          "end": {
            "line": 1,
            "column": 43
          }
        }
      },
      "range": [
        0,
        44
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 44
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            45,
            136
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "QueueAction",
              "range": [
                148,
                159
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 11
                },
                "end": {
                  "line": 7,
                  "column": 22
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      173,
                      179
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 36
                      },
                      "end": {
                        "line": 7,
                        "column": 42
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            187,
                            196
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "QueueAction",
                            "range": [
                              197,
                              208
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 14
                              },
                              "end": {
                                "line": 8,
                                "column": 25
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              210,
                              216
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 27
                              },
                              "end": {
                                "line": 8,
                                "column": 33
                              }
                            }
                          }
                        ],
                        "range": [
                          187,
                          217
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 34
                          }
                        }
                      },
                      "range": [
                        187,
                        218
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 35
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "QueueAction",
                        "range": [
                          232,
                          243
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 13
                          },
                          "end": {
                            "line": 9,
                            "column": 24
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "scheduler",
                          "range": [
                            244,
                            253
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 25
                            },
                            "end": {
                              "line": 9,
                              "column": 34
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "work",
                          "range": [
                            255,
                            259
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 36
                            },
                            "end": {
                              "line": 9,
                              "column": 40
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    271,
                                    277
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    278,
                                    282
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  271,
                                  282
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    283,
                                    287
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 24
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    289,
                                    298
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 35
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "work",
                                  "range": [
                                    300,
                                    304
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 41
                                    }
                                  }
                                }
                              ],
                              "range": [
                                271,
                                305
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 42
                                }
                              }
                            },
                            "range": [
                              271,
                              306
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 43
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    315,
                                    319
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    320,
                                    329
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  315,
                                  329
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  332,
                                  341
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                315,
                                341
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              315,
                              342
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    351,
                                    355
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "work",
                                  "range": [
                                    356,
                                    360
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 17
                                    }
                                  }
                                },
                                "range": [
                                  351,
                                  360
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 17
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "work",
                                "range": [
                                  363,
                                  367
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 24
                                  }
                                }
                              },
                              "range": [
                                351,
                                367
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 24
                                }
                              }
                            },
                            "range": [
                              351,
                              368
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 25
                              }
                            }
                          }
                        ],
                        "range": [
                          261,
                          374
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 42
                          },
                          "end": {
                            "line": 13,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        223,
                        374
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "QueueAction",
                              "range": [
                                379,
                                390
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 4
                                },
                                "end": {
                                  "line": 14,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                391,
                                400
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 16
                                },
                                "end": {
                                  "line": 14,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              379,
                              400
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 4
                              },
                              "end": {
                                "line": 14,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "schedule",
                            "range": [
                              401,
                              409
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 26
                              },
                              "end": {
                                "line": 14,
                                "column": 34
                              }
                            }
                          },
                          "range": [
                            379,
                            409
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 4
                            },
                            "end": {
                              "line": 14,
                              "column": 34
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "state",
                              "range": [
                                422,
                                427
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 47
                                },
                                "end": {
                                  "line": 14,
                                  "column": 52
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "delay",
                              "range": [
                                429,
                                434
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 54
                                },
                                "end": {
                                  "line": 14,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "delay",
                                    "range": [
                                      450,
                                      455
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "void",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        465,
                                        466
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      460,
                                      466
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    450,
                                    466
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 28
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "delay",
                                          "range": [
                                            470,
                                            475
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            478,
                                            479
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "range": [
                                          470,
                                          479
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "range": [
                                        470,
                                        480
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 42
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    468,
                                    482
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 44
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  446,
                                  482
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 44
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": ">",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "delay",
                                    "range": [
                                      495,
                                      500
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      503,
                                      504
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    495,
                                    504
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 21
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_super",
                                                "range": [
                                                  527,
                                                  533
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 17,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 17,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "prototype",
                                                "range": [
                                                  534,
                                                  543
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 17,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 17,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "range": [
                                                527,
                                                543
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 35
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "schedule",
                                              "range": [
                                                544,
                                                552
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "range": [
                                              527,
                                              552
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "call",
                                            "range": [
                                              553,
                                              557
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 49
                                              }
                                            }
                                          },
                                          "range": [
                                            527,
                                            557
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 49
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ThisExpression",
                                            "range": [
                                              558,
                                              562
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 54
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "state",
                                            "range": [
                                              564,
                                              569
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 61
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "delay",
                                            "range": [
                                              571,
                                              576
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 68
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          527,
                                          577
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 69
                                          }
                                        }
                                      },
                                      "range": [
                                        520,
                                        578
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 70
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    506,
                                    588
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  491,
                                  588
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        597,
                                        601
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "delay",
                                      "range": [
                                        602,
                                        607
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "range": [
                                      597,
                                      607
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "name": "delay",
                                    "range": [
                                      610,
                                      615
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    597,
                                    615
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 26
                                    }
                                  }
                                },
                                "range": [
                                  597,
                                  616
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 27
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        625,
                                        629
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        630,
                                        635
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "range": [
                                      625,
                                      635
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "name": "state",
                                    "range": [
                                      638,
                                      643
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    625,
                                    643
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 26
                                    }
                                  }
                                },
                                "range": [
                                  625,
                                  644
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 27
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          653,
                                          657
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          658,
                                          667
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "range": [
                                        653,
                                        667
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "flush",
                                      "range": [
                                        668,
                                        673
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "range": [
                                      653,
                                      673
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        674,
                                        678
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 33
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    653,
                                    679
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 34
                                    }
                                  }
                                },
                                "range": [
                                  653,
                                  680
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 35
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "ThisExpression",
                                  "range": [
                                    696,
                                    700
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  689,
                                  701
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 20
                                  }
                                }
                              }
                            ],
                            "range": [
                              436,
                              707
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 61
                              },
                              "end": {
                                "line": 23,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            412,
                            707
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 37
                            },
                            "end": {
                              "line": 23,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          379,
                          707
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 4
                          },
                          "end": {
                            "line": 23,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        379,
                        708
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "QueueAction",
                              "range": [
                                713,
                                724
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 4
                                },
                                "end": {
                                  "line": 24,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                725,
                                734
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 16
                                },
                                "end": {
                                  "line": 24,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              713,
                              734
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 4
                              },
                              "end": {
                                "line": 24,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "execute",
                            "range": [
                              735,
                              742
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 26
                              },
                              "end": {
                                "line": 24,
                                "column": 33
                              }
                            }
                          },
                          "range": [
                            713,
                            742
                          ],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 4
                            },
                            "end": {
                              "line": 24,
                              "column": 33
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "state",
                              "range": [
                                755,
                                760
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 46
                                },
                                "end": {
                                  "line": 24,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "delay",
                              "range": [
                                762,
                                767
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 53
                                },
                                "end": {
                                  "line": 24,
                                  "column": 58
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "ConditionalExpression",
                                  "test": {
                                    "type": "LogicalExpression",
                                    "operator": "||",
                                    "left": {
                                      "type": "BinaryExpression",
                                      "operator": ">",
                                      "left": {
                                        "type": "Identifier",
                                        "name": "delay",
                                        "range": [
                                          787,
                                          792
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "value": 0,
                                        "raw": "0",
                                        "range": [
                                          795,
                                          796
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "range": [
                                        787,
                                        796
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          800,
                                          804
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "closed",
                                        "range": [
                                          805,
                                          811
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "range": [
                                        800,
                                        811
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "range": [
                                      787,
                                      811
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "_super",
                                            "range": [
                                              827,
                                              833
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "prototype",
                                            "range": [
                                              834,
                                              843
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            827,
                                            843
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "execute",
                                          "range": [
                                            844,
                                            851
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "range": [
                                          827,
                                          851
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "call",
                                        "range": [
                                          852,
                                          856
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "range": [
                                        827,
                                        856
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 41
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "range": [
                                          857,
                                          861
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 46
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          863,
                                          868
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 53
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "delay",
                                        "range": [
                                          870,
                                          875
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 60
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      827,
                                      876
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 61
                                      }
                                    }
                                  },
                                  "alternate": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          891,
                                          895
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_execute",
                                        "range": [
                                          896,
                                          904
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "range": [
                                        891,
                                        904
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          905,
                                          910
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 31
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "delay",
                                        "range": [
                                          912,
                                          917
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      891,
                                      918
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    786,
                                    918
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 39
                                    }
                                  }
                                },
                                "range": [
                                  779,
                                  919
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 40
                                  }
                                }
                              }
                            ],
                            "range": [
                              769,
                              925
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 60
                              },
                              "end": {
                                "line": 28,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            745,
                            925
                          ],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 36
                            },
                            "end": {
                              "line": 28,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          713,
                          925
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 4
                          },
                          "end": {
                            "line": 28,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        713,
                        926
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 4
                        },
                        "end": {
                          "line": 28,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "QueueAction",
                              "range": [
                                931,
                                942
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 4
                                },
                                "end": {
                                  "line": 29,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                943,
                                952
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 16
                                },
                                "end": {
                                  "line": 29,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              931,
                              952
                            ],
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 4
                              },
                              "end": {
                                "line": 29,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "requestAsyncId",
                            "range": [
                              953,
                              967
                            ],
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 26
                              },
                              "end": {
                                "line": 29,
                                "column": 40
                              }
                            }
                          },
                          "range": [
                            931,
                            967
                          ],
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 4
                            },
                            "end": {
                              "line": 29,
                              "column": 40
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "scheduler",
                              "range": [
                                980,
                                989
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 53
                                },
                                "end": {
                                  "line": 29,
                                  "column": 62
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "id",
                              "range": [
                                991,
                                993
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 64
                                },
                                "end": {
                                  "line": 29,
                                  "column": 66
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "delay",
                              "range": [
                                995,
                                1000
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 68
                                },
                                "end": {
                                  "line": 29,
                                  "column": 73
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "delay",
                                    "range": [
                                      1016,
                                      1021
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "void",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        1031,
                                        1032
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      1026,
                                      1032
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    1016,
                                    1032
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 28
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "delay",
                                          "range": [
                                            1036,
                                            1041
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            1044,
                                            1045
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "range": [
                                          1036,
                                          1045
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "range": [
                                        1036,
                                        1046
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 42
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1034,
                                    1048
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 44
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  1012,
                                  1048
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 44
                                  }
                                },
                                "trailingComments": [
                                  {
                                    "type": "Line",
                                    "value": " If delay exists and is greater than 0, or if the delay is null (the",
                                    "range": [
                                      1057,
                                      1127
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 78
                                      }
                                    }
                                  },
                                  {
                                    "type": "Line",
                                    "value": " action wasn't rescheduled) but was originally scheduled as an async",
                                    "range": [
                                      1136,
                                      1206
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 78
                                      }
                                    }
                                  },
                                  {
                                    "type": "Line",
                                    "value": " action, then recycle as an async action.",
                                    "range": [
                                      1215,
                                      1258
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 51
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "LogicalExpression",
                                  "operator": "||",
                                  "left": {
                                    "type": "LogicalExpression",
                                    "operator": "&&",
                                    "left": {
                                      "type": "BinaryExpression",
                                      "operator": "!==",
                                      "left": {
                                        "type": "Identifier",
                                        "name": "delay",
                                        "range": [
                                          1272,
                                          1277
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          1282,
                                          1286
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 27
                                          }
                                        }
                                      },
                                      "range": [
                                        1272,
                                        1286
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "operator": ">",
                                      "left": {
                                        "type": "Identifier",
                                        "name": "delay",
                                        "range": [
                                          1290,
                                          1295
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "value": 0,
                                        "raw": "0",
                                        "range": [
                                          1298,
                                          1299
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "range": [
                                        1290,
                                        1299
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "range": [
                                      1272,
                                      1299
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "LogicalExpression",
                                    "operator": "&&",
                                    "left": {
                                      "type": "BinaryExpression",
                                      "operator": "===",
                                      "left": {
                                        "type": "Identifier",
                                        "name": "delay",
                                        "range": [
                                          1305,
                                          1310
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          1315,
                                          1319
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 60
                                          }
                                        }
                                      },
                                      "range": [
                                        1305,
                                        1319
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 60
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "operator": ">",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            1323,
                                            1327
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 64
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 68
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "delay",
                                          "range": [
                                            1328,
                                            1333
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 74
                                            }
                                          }
                                        },
                                        "range": [
                                          1323,
                                          1333
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 64
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 74
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "value": 0,
                                        "raw": "0",
                                        "range": [
                                          1336,
                                          1337
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 77
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 78
                                          }
                                        }
                                      },
                                      "range": [
                                        1323,
                                        1337
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 78
                                        }
                                      }
                                    },
                                    "range": [
                                      1305,
                                      1337
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 78
                                      }
                                    }
                                  },
                                  "range": [
                                    1271,
                                    1338
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 79
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_super",
                                                "range": [
                                                  1361,
                                                  1367
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "prototype",
                                                "range": [
                                                  1368,
                                                  1377
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "range": [
                                                1361,
                                                1377
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 35
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "requestAsyncId",
                                              "range": [
                                                1378,
                                                1392
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "range": [
                                              1361,
                                              1392
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 50
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "call",
                                            "range": [
                                              1393,
                                              1397
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 55
                                              }
                                            }
                                          },
                                          "range": [
                                            1361,
                                            1397
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ThisExpression",
                                            "range": [
                                              1398,
                                              1402
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 60
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "scheduler",
                                            "range": [
                                              1404,
                                              1413
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 71
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "id",
                                            "range": [
                                              1415,
                                              1417
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 75
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "delay",
                                            "range": [
                                              1419,
                                              1424
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 82
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1361,
                                          1425
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 83
                                          }
                                        }
                                      },
                                      "range": [
                                        1354,
                                        1426
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 84
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1340,
                                    1436
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 81
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  1267,
                                  1436
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 9
                                  }
                                },
                                "leadingComments": [
                                  {
                                    "type": "Line",
                                    "value": " If delay exists and is greater than 0, or if the delay is null (the",
                                    "range": [
                                      1057,
                                      1127
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 78
                                      }
                                    }
                                  },
                                  {
                                    "type": "Line",
                                    "value": " action wasn't rescheduled) but was originally scheduled as an async",
                                    "range": [
                                      1136,
                                      1206
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 78
                                      }
                                    }
                                  },
                                  {
                                    "type": "Line",
                                    "value": " action, then recycle as an async action.",
                                    "range": [
                                      1215,
                                      1258
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 51
                                      }
                                    }
                                  }
                                ],
                                "trailingComments": [
                                  {
                                    "type": "Line",
                                    "value": " Otherwise flush the scheduler starting with this action.",
                                    "range": [
                                      1445,
                                      1504
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 67
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        1520,
                                        1529
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "flush",
                                      "range": [
                                        1530,
                                        1535
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      1520,
                                      1535
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        1536,
                                        1540
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 35
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1520,
                                    1541
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 36
                                    }
                                  }
                                },
                                "range": [
                                  1513,
                                  1542
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 37
                                  }
                                },
                                "leadingComments": [
                                  {
                                    "type": "Line",
                                    "value": " Otherwise flush the scheduler starting with this action.",
                                    "range": [
                                      1445,
                                      1504
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 67
                                      }
                                    }
                                  }
                                ]
                              }
                            ],
                            "range": [
                              1002,
                              1548
                            ],
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 75
                              },
                              "end": {
                                "line": 39,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            970,
                            1548
                          ],
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 43
                            },
                            "end": {
                              "line": 39,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          931,
                          1548
                        ],
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 4
                          },
                          "end": {
                            "line": 39,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        931,
                        1549
                      ],
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 4
                        },
                        "end": {
                          "line": 39,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "QueueAction",
                        "range": [
                          1561,
                          1572
                        ],
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 11
                          },
                          "end": {
                            "line": 40,
                            "column": 22
                          }
                        }
                      },
                      "range": [
                        1554,
                        1573
                      ],
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 23
                        }
                      }
                    }
                  ],
                  "range": [
                    181,
                    1575
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 44
                    },
                    "end": {
                      "line": 41,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  163,
                  1575
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 26
                  },
                  "end": {
                    "line": 41,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "AsyncAction",
                  "range": [
                    1576,
                    1587
                  ],
                  "loc": {
                    "start": {
                      "line": 41,
                      "column": 2
                    },
                    "end": {
                      "line": 41,
                      "column": 13
                    }
                  }
                }
              ],
              "range": [
                163,
                1588
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 26
                },
                "end": {
                  "line": 41,
                  "column": 14
                }
              }
            },
            "range": [
              148,
              1589
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 11
              },
              "end": {
                "line": 41,
                "column": 15
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          144,
          1590
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 7
          },
          "end": {
            "line": 41,
            "column": 16
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
            "range": [
              45,
              136
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=QueueAction.js.map",
            "range": [
              1591,
              1630
            ],
            "loc": {
              "start": {
                "line": 42,
                "column": 0
              },
              "end": {
                "line": 42,
                "column": 39
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        137,
        1590
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 41,
          "column": 16
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            45,
            136
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=QueueAction.js.map",
          "range": [
            1591,
            1630
          ],
          "loc": {
            "start": {
              "line": 42,
              "column": 0
            },
            "end": {
              "line": 42,
              "column": 39
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1590
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 41,
      "column": 16
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        45,
        136
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": " If delay exists and is greater than 0, or if the delay is null (the",
      "range": [
        1057,
        1127
      ],
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 78
        }
      }
    },
    {
      "type": "Line",
      "value": " action wasn't rescheduled) but was originally scheduled as an async",
      "range": [
        1136,
        1206
      ],
      "loc": {
        "start": {
          "line": 32,
          "column": 8
        },
        "end": {
          "line": 32,
          "column": 78
        }
      }
    },
    {
      "type": "Line",
      "value": " action, then recycle as an async action.",
      "range": [
        1215,
        1258
      ],
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 51
        }
      }
    },
    {
      "type": "Line",
      "value": " Otherwise flush the scheduler starting with this action.",
      "range": [
        1445,
        1504
      ],
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 67
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=QueueAction.js.map",
      "range": [
        1591,
        1630
      ],
      "loc": {
        "start": {
          "line": 42,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 39
        }
      }
    }
  ]
}