{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "AsyncScheduler",
            "range": [
              9,
              23
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 23
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "AsyncScheduler",
            "range": [
              9,
              23
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 23
              }
            }
          },
          "range": [
            9,
            23
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 23
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./AsyncScheduler",
        "raw": "'./AsyncScheduler'",
        "range": [
          31,
          49
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 31
          },
          "end": {
            "line": 1,
            "column": 49
          }
        }
      },
      "range": [
        0,
        50
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 50
        }
      }
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "AnimationFrameScheduler",
              "range": [
                62,
                85
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 11
                },
                "end": {
                  "line": 2,
                  "column": 34
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      99,
                      105
                    ],
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 48
                      },
                      "end": {
                        "line": 2,
                        "column": 54
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            113,
                            122
                          ],
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 4
                            },
                            "end": {
                              "line": 3,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "AnimationFrameScheduler",
                            "range": [
                              123,
                              146
                            ],
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 14
                              },
                              "end": {
                                "line": 3,
                                "column": 37
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              148,
                              154
                            ],
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 39
                              },
                              "end": {
                                "line": 3,
                                "column": 45
                              }
                            }
                          }
                        ],
                        "range": [
                          113,
                          155
                        ],
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 4
                          },
                          "end": {
                            "line": 3,
                            "column": 46
                          }
                        }
                      },
                      "range": [
                        113,
                        156
                      ],
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 4
                        },
                        "end": {
                          "line": 3,
                          "column": 47
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "AnimationFrameScheduler",
                        "range": [
                          170,
                          193
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 13
                          },
                          "end": {
                            "line": 4,
                            "column": 36
                          }
                        }
                      },
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    206,
                                    212
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 5,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 5,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "apply",
                                  "range": [
                                    213,
                                    218
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 5,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 5,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  206,
                                  218
                                ],
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 20
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    219,
                                    223
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 5,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 5,
                                      "column": 25
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "arguments",
                                  "range": [
                                    225,
                                    234
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 5,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 5,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "range": [
                                206,
                                235
                              ],
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 8
                                },
                                "end": {
                                  "line": 5,
                                  "column": 37
                                }
                              }
                            },
                            "range": [
                              206,
                              236
                            ],
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 8
                              },
                              "end": {
                                "line": 5,
                                "column": 38
                              }
                            }
                          }
                        ],
                        "range": [
                          196,
                          242
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 39
                          },
                          "end": {
                            "line": 6,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        161,
                        242
                      ],
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 4
                        },
                        "end": {
                          "line": 6,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "AnimationFrameScheduler",
                              "range": [
                                247,
                                270
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 4
                                },
                                "end": {
                                  "line": 7,
                                  "column": 27
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                271,
                                280
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 28
                                },
                                "end": {
                                  "line": 7,
                                  "column": 37
                                }
                              }
                            },
                            "range": [
                              247,
                              280
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 4
                              },
                              "end": {
                                "line": 7,
                                "column": 37
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "flush",
                            "range": [
                              281,
                              286
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 38
                              },
                              "end": {
                                "line": 7,
                                "column": 43
                              }
                            }
                          },
                          "range": [
                            247,
                            286
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 4
                            },
                            "end": {
                              "line": 7,
                              "column": 43
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "action",
                              "range": [
                                299,
                                305
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 56
                                },
                                "end": {
                                  "line": 7,
                                  "column": 62
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        317,
                                        321
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "active",
                                      "range": [
                                        322,
                                        328
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      317,
                                      328
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": true,
                                    "raw": "true",
                                    "range": [
                                      331,
                                      335
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    317,
                                    335
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 26
                                    }
                                  }
                                },
                                "range": [
                                  317,
                                  336
                                ],
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 27
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        345,
                                        349
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "scheduled",
                                      "range": [
                                        350,
                                        359
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "range": [
                                      345,
                                      359
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "name": "undefined",
                                    "range": [
                                      362,
                                      371
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    345,
                                    371
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 34
                                    }
                                  }
                                },
                                "range": [
                                  345,
                                  372
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 35
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "actions",
                                      "range": [
                                        385,
                                        392
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          395,
                                          399
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "actions",
                                        "range": [
                                          400,
                                          407
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        395,
                                        407
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "range": [
                                      385,
                                      407
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 34
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  381,
                                  408
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 35
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "error",
                                      "range": [
                                        421,
                                        426
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": null,
                                    "range": [
                                      421,
                                      426
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 17
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  417,
                                  427
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 18
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        440,
                                        445
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "UnaryExpression",
                                      "operator": "-",
                                      "argument": {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          449,
                                          450
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "prefix": true,
                                      "range": [
                                        448,
                                        450
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "range": [
                                      440,
                                      450
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  436,
                                  451
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 23
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "count",
                                      "range": [
                                        464,
                                        469
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "actions",
                                        "range": [
                                          472,
                                          479
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 27
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "length",
                                        "range": [
                                          480,
                                          486
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        472,
                                        486
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "range": [
                                      464,
                                      486
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 34
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  460,
                                  487
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 35
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "action",
                                    "range": [
                                      496,
                                      502
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "LogicalExpression",
                                    "operator": "||",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "action",
                                      "range": [
                                        505,
                                        511
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "actions",
                                          "range": [
                                            515,
                                            522
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "shift",
                                          "range": [
                                            523,
                                            528
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 40
                                            }
                                          }
                                        },
                                        "range": [
                                          515,
                                          528
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        515,
                                        530
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "range": [
                                      505,
                                      530
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    496,
                                    530
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 42
                                    }
                                  }
                                },
                                "range": [
                                  496,
                                  531
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 43
                                  }
                                }
                              },
                              {
                                "type": "DoWhileStatement",
                                "body": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "test": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "error",
                                          "range": [
                                            561,
                                            566
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "action",
                                              "range": [
                                                569,
                                                575
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 30
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "execute",
                                              "range": [
                                                576,
                                                583
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "range": [
                                              569,
                                              583
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "action",
                                                "range": [
                                                  584,
                                                  590
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 16,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 16,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  591,
                                                  596
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 16,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 16,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                584,
                                                596
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 51
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "action",
                                                "range": [
                                                  598,
                                                  604
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 16,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 16,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "delay",
                                                "range": [
                                                  605,
                                                  610
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 16,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 16,
                                                    "column": 65
                                                  }
                                                }
                                              },
                                              "range": [
                                                598,
                                                610
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 65
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            569,
                                            611
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 66
                                            }
                                          }
                                        },
                                        "range": [
                                          561,
                                          611
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 66
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "BreakStatement",
                                            "label": null,
                                            "range": [
                                              631,
                                              637
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 22
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          613,
                                          651
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "alternate": null,
                                      "range": [
                                        557,
                                        651
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 13
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    543,
                                    661
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 9
                                    }
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "operator": "&&",
                                  "left": {
                                    "type": "BinaryExpression",
                                    "operator": "<",
                                    "left": {
                                      "type": "UpdateExpression",
                                      "operator": "++",
                                      "argument": {
                                        "type": "Identifier",
                                        "name": "index",
                                        "range": [
                                          671,
                                          676
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "prefix": true,
                                      "range": [
                                        669,
                                        676
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "count",
                                      "range": [
                                        679,
                                        684
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      669,
                                      684
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "action",
                                      "range": [
                                        689,
                                        695
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "actions",
                                          "range": [
                                            698,
                                            705
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 53
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "shift",
                                          "range": [
                                            706,
                                            711
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 59
                                            }
                                          }
                                        },
                                        "range": [
                                          698,
                                          711
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 59
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        698,
                                        713
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 61
                                        }
                                      }
                                    },
                                    "range": [
                                      689,
                                      713
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 61
                                      }
                                    }
                                  },
                                  "range": [
                                    669,
                                    714
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 62
                                    }
                                  }
                                },
                                "range": [
                                  540,
                                  716
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 64
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        725,
                                        729
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "active",
                                      "range": [
                                        730,
                                        736
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      725,
                                      736
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      739,
                                      744
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    725,
                                    744
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 27
                                    }
                                  }
                                },
                                "range": [
                                  725,
                                  745
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 28
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "Identifier",
                                  "name": "error",
                                  "range": [
                                    758,
                                    763
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 17
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "WhileStatement",
                                      "test": {
                                        "type": "LogicalExpression",
                                        "operator": "&&",
                                        "left": {
                                          "type": "BinaryExpression",
                                          "operator": "<",
                                          "left": {
                                            "type": "UpdateExpression",
                                            "operator": "++",
                                            "argument": {
                                              "type": "Identifier",
                                              "name": "index",
                                              "range": [
                                                788,
                                                793
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "prefix": true,
                                            "range": [
                                              786,
                                              793
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "name": "count",
                                            "range": [
                                              796,
                                              801
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 34
                                              }
                                            }
                                          },
                                          "range": [
                                            786,
                                            801
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "AssignmentExpression",
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "name": "action",
                                            "range": [
                                              806,
                                              812
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 45
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "actions",
                                                "range": [
                                                  815,
                                                  822
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 55
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "shift",
                                                "range": [
                                                  823,
                                                  828
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 61
                                                  }
                                                }
                                              },
                                              "range": [
                                                815,
                                                828
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 61
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              815,
                                              830
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 63
                                              }
                                            }
                                          },
                                          "range": [
                                            806,
                                            830
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 63
                                            }
                                          }
                                        },
                                        "range": [
                                          786,
                                          831
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 64
                                          }
                                        }
                                      },
                                      "body": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "expression": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "action",
                                                  "range": [
                                                    851,
                                                    857
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 22
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "unsubscribe",
                                                  "range": [
                                                    858,
                                                    869
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 34
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  851,
                                                  869
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              "arguments": [],
                                              "range": [
                                                851,
                                                871
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 36
                                                }
                                              }
                                            },
                                            "range": [
                                              851,
                                              872
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 37
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          833,
                                          886
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "range": [
                                        779,
                                        886
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 13
                                        }
                                      }
                                    },
                                    {
                                      "type": "ThrowStatement",
                                      "argument": {
                                        "type": "Identifier",
                                        "name": "error",
                                        "range": [
                                          905,
                                          910
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "range": [
                                        899,
                                        911
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 24
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    765,
                                    921
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  754,
                                  921
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              307,
                              927
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 64
                              },
                              "end": {
                                "line": 27,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            289,
                            927
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 46
                            },
                            "end": {
                              "line": 27,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          247,
                          927
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 4
                          },
                          "end": {
                            "line": 27,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        247,
                        928
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "AnimationFrameScheduler",
                        "range": [
                          940,
                          963
                        ],
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 11
                          },
                          "end": {
                            "line": 28,
                            "column": 34
                          }
                        }
                      },
                      "range": [
                        933,
                        964
                      ],
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 4
                        },
                        "end": {
                          "line": 28,
                          "column": 35
                        }
                      }
                    }
                  ],
                  "range": [
                    107,
                    966
                  ],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 56
                    },
                    "end": {
                      "line": 29,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  89,
                  966
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 38
                  },
                  "end": {
                    "line": 29,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "AsyncScheduler",
                  "range": [
                    967,
                    981
                  ],
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 2
                    },
                    "end": {
                      "line": 29,
                      "column": 16
                    }
                  }
                }
              ],
              "range": [
                89,
                982
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 38
                },
                "end": {
                  "line": 29,
                  "column": 17
                }
              }
            },
            "range": [
              62,
              983
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 11
              },
              "end": {
                "line": 29,
                "column": 18
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          58,
          984
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 7
          },
          "end": {
            "line": 29,
            "column": 19
          }
        },
        "leadingComments": [],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=AnimationFrameScheduler.js.map",
            "range": [
              985,
              1036
            ],
            "loc": {
              "start": {
                "line": 30,
                "column": 0
              },
              "end": {
                "line": 30,
                "column": 51
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        51,
        984
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 29,
          "column": 19
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=AnimationFrameScheduler.js.map",
          "range": [
            985,
            1036
          ],
          "loc": {
            "start": {
              "line": 30,
              "column": 0
            },
            "end": {
              "line": 30,
              "column": 51
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    984
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 29,
      "column": 19
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": "# sourceMappingURL=AnimationFrameScheduler.js.map",
      "range": [
        985,
        1036
      ],
      "loc": {
        "start": {
          "line": 30,
          "column": 0
        },
        "end": {
          "line": 30,
          "column": 51
        }
      }
    }
  ]
}