{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "chai_1",
            "range": [
              18,
              24
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 4
              },
              "end": {
                "line": 2,
                "column": 10
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                27,
                34
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 13
                },
                "end": {
                  "line": 2,
                  "column": 20
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "chai",
                "raw": "'chai'",
                "range": [
                  35,
                  41
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 21
                  },
                  "end": {
                    "line": 2,
                    "column": 27
                  }
                }
              }
            ],
            "range": [
              27,
              42
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 13
              },
              "end": {
                "line": 2,
                "column": 28
              }
            }
          },
          "range": [
            18,
            42
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 4
            },
            "end": {
              "line": 2,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        14,
        43
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "sinon",
            "range": [
              48,
              53
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 9
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                56,
                63
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 12
                },
                "end": {
                  "line": 3,
                  "column": 19
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "sinon",
                "raw": "'sinon'",
                "range": [
                  64,
                  71
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 20
                  },
                  "end": {
                    "line": 3,
                    "column": 27
                  }
                }
              }
            ],
            "range": [
              56,
              72
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 12
              },
              "end": {
                "line": 3,
                "column": 28
              }
            }
          },
          "range": [
            48,
            72
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        44,
        73
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Rx",
            "range": [
              78,
              80
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                83,
                90
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 9
                },
                "end": {
                  "line": 4,
                  "column": 16
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/Rx",
                "raw": "'../../dist/cjs/Rx'",
                "range": [
                  91,
                  110
                ],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 17
                  },
                  "end": {
                    "line": 4,
                    "column": 36
                  }
                }
              }
            ],
            "range": [
              83,
              111
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 37
              }
            }
          },
          "range": [
            78,
            111
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 37
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        74,
        112
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 38
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "asap",
            "range": [
              117,
              121
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 4
              },
              "end": {
                "line": 5,
                "column": 8
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "MemberExpression",
              "computed": false,
              "object": {
                "type": "Identifier",
                "name": "Rx",
                "range": [
                  124,
                  126
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 11
                  },
                  "end": {
                    "line": 5,
                    "column": 13
                  }
                }
              },
              "property": {
                "type": "Identifier",
                "name": "Scheduler",
                "range": [
                  127,
                  136
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 14
                  },
                  "end": {
                    "line": 5,
                    "column": 23
                  }
                }
              },
              "range": [
                124,
                136
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 11
                },
                "end": {
                  "line": 5,
                  "column": 23
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "asap",
              "range": [
                137,
                141
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 24
                },
                "end": {
                  "line": 5,
                  "column": 28
                }
              }
            },
            "range": [
              124,
              141
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 11
              },
              "end": {
                "line": 5,
                "column": 28
              }
            }
          },
          "range": [
            117,
            141
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 4
            },
            "end": {
              "line": 5,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        113,
        142
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 29
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "* @test {Scheduler} ",
          "range": [
            143,
            167
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 24
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            168,
            176
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "Scheduler.asap",
            "raw": "'Scheduler.asap'",
            "range": [
              177,
              193
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 9
              },
              "end": {
                "line": 7,
                "column": 25
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        213,
                        215
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should exist",
                        "raw": "'should exist'",
                        "range": [
                          216,
                          230
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 7
                          },
                          "end": {
                            "line": 8,
                            "column": 21
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "chai_1",
                                      "range": [
                                        254,
                                        260
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "expect",
                                      "range": [
                                        261,
                                        267
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      254,
                                      267
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "asap",
                                      "range": [
                                        268,
                                        272
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 26
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    254,
                                    273
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 27
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "exist",
                                  "range": [
                                    274,
                                    279
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 33
                                    }
                                  }
                                },
                                "range": [
                                  254,
                                  279
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                254,
                                280
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 34
                                }
                              }
                            }
                          ],
                          "range": [
                            244,
                            286
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 35
                            },
                            "end": {
                              "line": 10,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          232,
                          286
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 23
                          },
                          "end": {
                            "line": 10,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      213,
                      287
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 10,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2350,
                    "_esdocTestName": "it2350"
                  },
                  "range": [
                    213,
                    288
                  ],
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 4
                    },
                    "end": {
                      "line": 10,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        293,
                        295
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 11,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should act like the async scheduler if delay > 0",
                        "raw": "'should act like the async scheduler if delay > 0'",
                        "range": [
                          296,
                          346
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 7
                          },
                          "end": {
                            "line": 11,
                            "column": 57
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "actionHappened",
                                    "range": [
                                      374,
                                      388
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      391,
                                      396
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    374,
                                    396
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                370,
                                397
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "sandbox",
                                    "range": [
                                      410,
                                      417
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "sinon",
                                          "range": [
                                            420,
                                            425
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "sandbox",
                                          "range": [
                                            426,
                                            433
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 35
                                            }
                                          }
                                        },
                                        "range": [
                                          420,
                                          433
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "create",
                                        "range": [
                                          434,
                                          440
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        420,
                                        440
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      420,
                                      442
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    410,
                                    442
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 44
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                406,
                                443
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "fakeTimer",
                                    "range": [
                                      456,
                                      465
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "sandbox",
                                        "range": [
                                          468,
                                          475
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "useFakeTimers",
                                        "range": [
                                          476,
                                          489
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 45
                                          }
                                        }
                                      },
                                      "range": [
                                        468,
                                        489
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 45
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      468,
                                      491
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "range": [
                                    456,
                                    491
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 47
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                452,
                                492
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "asap",
                                    "range": [
                                      501,
                                      505
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      506,
                                      514
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    501,
                                    514
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 21
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "actionHappened",
                                              "range": [
                                                541,
                                                555
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "Literal",
                                              "value": true,
                                              "raw": "true",
                                              "range": [
                                                558,
                                                562
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 33
                                                }
                                              }
                                            },
                                            "range": [
                                              541,
                                              562
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 33
                                              }
                                            }
                                          },
                                          "range": [
                                            541,
                                            563
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 34
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        527,
                                        573
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      515,
                                      573
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 50,
                                    "raw": "50",
                                    "range": [
                                      575,
                                      577
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 13
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  501,
                                  578
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 14
                                  }
                                }
                              },
                              "range": [
                                501,
                                579
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 15
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            588,
                                            594
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            595,
                                            601
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          588,
                                          601
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "actionHappened",
                                          "range": [
                                            602,
                                            616
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 36
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        588,
                                        617
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        618,
                                        620
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "range": [
                                      588,
                                      620
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "be",
                                    "range": [
                                      621,
                                      623
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    588,
                                    623
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 43
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "false",
                                  "range": [
                                    624,
                                    629
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 49
                                    }
                                  }
                                },
                                "range": [
                                  588,
                                  629
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 49
                                  }
                                }
                              },
                              "range": [
                                588,
                                630
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 50
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "fakeTimer",
                                    "range": [
                                      639,
                                      648
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "tick",
                                    "range": [
                                      649,
                                      653
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "range": [
                                    639,
                                    653
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 22
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 25,
                                    "raw": "25",
                                    "range": [
                                      654,
                                      656
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 25
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  639,
                                  657
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 26
                                  }
                                }
                              },
                              "range": [
                                639,
                                658
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 19,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            667,
                                            673
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            674,
                                            680
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          667,
                                          680
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "actionHappened",
                                          "range": [
                                            681,
                                            695
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 36
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        667,
                                        696
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        697,
                                        699
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "range": [
                                      667,
                                      699
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "be",
                                    "range": [
                                      700,
                                      702
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    667,
                                    702
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 43
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "false",
                                  "range": [
                                    703,
                                    708
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 49
                                    }
                                  }
                                },
                                "range": [
                                  667,
                                  708
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 49
                                  }
                                }
                              },
                              "range": [
                                667,
                                709
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 8
                                },
                                "end": {
                                  "line": 20,
                                  "column": 50
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "fakeTimer",
                                    "range": [
                                      718,
                                      727
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "tick",
                                    "range": [
                                      728,
                                      732
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "range": [
                                    718,
                                    732
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 22
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 25,
                                    "raw": "25",
                                    "range": [
                                      733,
                                      735
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 25
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  718,
                                  736
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 26
                                  }
                                }
                              },
                              "range": [
                                718,
                                737
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 8
                                },
                                "end": {
                                  "line": 21,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            746,
                                            752
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            753,
                                            759
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          746,
                                          759
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "actionHappened",
                                          "range": [
                                            760,
                                            774
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 36
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        746,
                                        775
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        776,
                                        778
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "range": [
                                      746,
                                      778
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "be",
                                    "range": [
                                      779,
                                      781
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    746,
                                    781
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 43
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "true",
                                  "range": [
                                    782,
                                    786
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 48
                                    }
                                  }
                                },
                                "range": [
                                  746,
                                  786
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 48
                                  }
                                }
                              },
                              "range": [
                                746,
                                787
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 49
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "sandbox",
                                    "range": [
                                      796,
                                      803
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "restore",
                                    "range": [
                                      804,
                                      811
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "range": [
                                    796,
                                    811
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 23
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  796,
                                  813
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 25
                                  }
                                }
                              },
                              "range": [
                                796,
                                814
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 26
                                }
                              }
                            }
                          ],
                          "range": [
                            360,
                            820
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 71
                            },
                            "end": {
                              "line": 24,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          348,
                          820
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 59
                          },
                          "end": {
                            "line": 24,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      293,
                      821
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 4
                      },
                      "end": {
                        "line": 24,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2351,
                    "_esdocTestName": "it2351"
                  },
                  "range": [
                    293,
                    822
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 4
                    },
                    "end": {
                      "line": 24,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        827,
                        829
                      ],
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 25,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should schedule an action to happen later",
                        "raw": "'should schedule an action to happen later'",
                        "range": [
                          830,
                          873
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 7
                          },
                          "end": {
                            "line": 25,
                            "column": 50
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              885,
                              889
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 62
                              },
                              "end": {
                                "line": 25,
                                "column": 66
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "actionHappened",
                                    "range": [
                                      905,
                                      919
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      922,
                                      927
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    905,
                                    927
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                901,
                                928
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "asap",
                                    "range": [
                                      937,
                                      941
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      942,
                                      950
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    937,
                                    950
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 21
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "actionHappened",
                                              "range": [
                                                977,
                                                991
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "Literal",
                                              "value": true,
                                              "raw": "true",
                                              "range": [
                                                994,
                                                998
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 33
                                                }
                                              }
                                            },
                                            "range": [
                                              977,
                                              998
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 33
                                              }
                                            }
                                          },
                                          "range": [
                                            977,
                                            999
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 34
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                1012,
                                                1016
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              1012,
                                              1018
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "range": [
                                            1012,
                                            1019
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        963,
                                        1029
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      951,
                                      1029
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  937,
                                  1030
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                937,
                                1031
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "Identifier",
                                "name": "actionHappened",
                                "range": [
                                  1044,
                                  1058
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 26
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "Identifier",
                                        "name": "done",
                                        "range": [
                                          1074,
                                          1078
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "NewExpression",
                                          "callee": {
                                            "type": "Identifier",
                                            "name": "Error",
                                            "range": [
                                              1083,
                                              1088
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "value": "Scheduled action happened synchronously",
                                              "raw": "'Scheduled action happened synchronously'",
                                              "range": [
                                                1089,
                                                1130
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 68
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1079,
                                            1131
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 69
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1074,
                                        1132
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 70
                                        }
                                      }
                                    },
                                    "range": [
                                      1074,
                                      1133
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 71
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1060,
                                  1143
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": null,
                              "range": [
                                1040,
                                1143
                              ],
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            891,
                            1149
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 68
                            },
                            "end": {
                              "line": 34,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          875,
                          1149
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 52
                          },
                          "end": {
                            "line": 34,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      827,
                      1150
                    ],
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 4
                      },
                      "end": {
                        "line": 34,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2352,
                    "_esdocTestName": "it2352"
                  },
                  "range": [
                    827,
                    1151
                  ],
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 4
                    },
                    "end": {
                      "line": 34,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1156,
                        1158
                      ],
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 4
                        },
                        "end": {
                          "line": 35,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should execute recursively scheduled actions in separate asynchronous contexts",
                        "raw": "'should execute recursively scheduled actions in separate asynchronous contexts'",
                        "range": [
                          1159,
                          1239
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 7
                          },
                          "end": {
                            "line": 35,
                            "column": 87
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              1251,
                              1255
                            ],
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 99
                              },
                              "end": {
                                "line": 35,
                                "column": 103
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "syncExec1",
                                    "range": [
                                      1271,
                                      1280
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": true,
                                    "raw": "true",
                                    "range": [
                                      1283,
                                      1287
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    1271,
                                    1287
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1267,
                                1288
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "syncExec2",
                                    "range": [
                                      1301,
                                      1310
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": true,
                                    "raw": "true",
                                    "range": [
                                      1313,
                                      1317
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    1301,
                                    1317
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1297,
                                1318
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "asap",
                                    "range": [
                                      1327,
                                      1331
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1332,
                                      1340
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    1327,
                                    1340
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 21
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "index",
                                        "range": [
                                          1351,
                                          1356
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "test": {
                                            "type": "BinaryExpression",
                                            "operator": "===",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "index",
                                              "range": [
                                                1376,
                                                1381
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                1386,
                                                1387
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 27
                                                }
                                              }
                                            },
                                            "range": [
                                              1376,
                                              1387
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "range": [
                                                        1407,
                                                        1411
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 20
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "schedule",
                                                      "range": [
                                                        1412,
                                                        1420
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 29
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1407,
                                                      1420
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Literal",
                                                      "value": 1,
                                                      "raw": "1",
                                                      "range": [
                                                        1421,
                                                        1422
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 31
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1407,
                                                    1423
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1407,
                                                  1424
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "asap",
                                                      "range": [
                                                        1441,
                                                        1445
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 20
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "schedule",
                                                      "range": [
                                                        1446,
                                                        1454
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 29
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1441,
                                                      1454
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "FunctionExpression",
                                                      "id": null,
                                                      "params": [],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "expression": {
                                                              "type": "AssignmentExpression",
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "Identifier",
                                                                "name": "syncExec1",
                                                                "range": [
                                                                  1469,
                                                                  1478
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 44
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 53
                                                                  }
                                                                }
                                                              },
                                                              "right": {
                                                                "type": "Literal",
                                                                "value": false,
                                                                "raw": "false",
                                                                "range": [
                                                                  1481,
                                                                  1486
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 56
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 61
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                1469,
                                                                1486
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 61
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1469,
                                                              1487
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 41,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 41,
                                                                "column": 62
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          1467,
                                                          1489
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 64
                                                          }
                                                        }
                                                      },
                                                      "generator": false,
                                                      "expression": false,
                                                      "range": [
                                                        1455,
                                                        1489
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 64
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1441,
                                                    1490
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 65
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1441,
                                                  1491
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 66
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1389,
                                              1505
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 13
                                              }
                                            }
                                          },
                                          "alternate": {
                                            "type": "IfStatement",
                                            "test": {
                                              "type": "BinaryExpression",
                                              "operator": "===",
                                              "left": {
                                                "type": "Identifier",
                                                "name": "index",
                                                "range": [
                                                  1527,
                                                  1532
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "right": {
                                                "type": "Literal",
                                                "value": 1,
                                                "raw": "1",
                                                "range": [
                                                  1537,
                                                  1538
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "range": [
                                                1527,
                                                1538
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 32
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          1558,
                                                          1562
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 44,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 44,
                                                            "column": 20
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "schedule",
                                                        "range": [
                                                          1563,
                                                          1571
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 44,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 44,
                                                            "column": 29
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1558,
                                                        1571
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 29
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": 2,
                                                        "raw": "2",
                                                        "range": [
                                                          1572,
                                                          1573
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 44,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 44,
                                                            "column": 31
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1558,
                                                      1574
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1558,
                                                    1575
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "asap",
                                                        "range": [
                                                          1592,
                                                          1596
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 45,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 20
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "schedule",
                                                        "range": [
                                                          1597,
                                                          1605
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 45,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 29
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1592,
                                                        1605
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 29
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "FunctionExpression",
                                                        "id": null,
                                                        "params": [],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "Identifier",
                                                                  "name": "syncExec2",
                                                                  "range": [
                                                                    1620,
                                                                    1629
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 44
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 53
                                                                    }
                                                                  }
                                                                },
                                                                "right": {
                                                                  "type": "Literal",
                                                                  "value": false,
                                                                  "raw": "false",
                                                                  "range": [
                                                                    1632,
                                                                    1637
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 56
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 61
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  1620,
                                                                  1637
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 45,
                                                                    "column": 44
                                                                  },
                                                                  "end": {
                                                                    "line": 45,
                                                                    "column": 61
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                1620,
                                                                1638
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 45,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 45,
                                                                  "column": 62
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            1618,
                                                            1640
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 45,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 45,
                                                              "column": 64
                                                            }
                                                          }
                                                        },
                                                        "generator": false,
                                                        "expression": false,
                                                        "range": [
                                                          1606,
                                                          1640
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 45,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 64
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1592,
                                                      1641
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 65
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1592,
                                                    1642
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 66
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                1540,
                                                1656
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 13
                                                }
                                              }
                                            },
                                            "alternate": {
                                              "type": "IfStatement",
                                              "test": {
                                                "type": "BinaryExpression",
                                                "operator": "===",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "index",
                                                  "range": [
                                                    1678,
                                                    1683
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Literal",
                                                  "value": 2,
                                                  "raw": "2",
                                                  "range": [
                                                    1688,
                                                    1689
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1678,
                                                  1689
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            1709,
                                                            1713
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 20
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "schedule",
                                                          "range": [
                                                            1714,
                                                            1722
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 29
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1709,
                                                          1722
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 29
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "value": 3,
                                                          "raw": "3",
                                                          "range": [
                                                            1723,
                                                            1724
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 31
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1709,
                                                        1725
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 32
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1709,
                                                      1726
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 33
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1691,
                                                  1740
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "alternate": {
                                                "type": "IfStatement",
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "operator": "===",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "name": "index",
                                                    "range": [
                                                      1762,
                                                      1767
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 50,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 50,
                                                        "column": 26
                                                      }
                                                    }
                                                  },
                                                  "right": {
                                                    "type": "Literal",
                                                    "value": 3,
                                                    "raw": "3",
                                                    "range": [
                                                      1772,
                                                      1773
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 50,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 50,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1762,
                                                    1773
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "IfStatement",
                                                      "test": {
                                                        "type": "LogicalExpression",
                                                        "operator": "&&",
                                                        "left": {
                                                          "type": "UnaryExpression",
                                                          "operator": "!",
                                                          "argument": {
                                                            "type": "Identifier",
                                                            "name": "syncExec1",
                                                            "range": [
                                                              1798,
                                                              1807
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 51,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 51,
                                                                "column": 30
                                                              }
                                                            }
                                                          },
                                                          "prefix": true,
                                                          "range": [
                                                            1797,
                                                            1807
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 51,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 51,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "right": {
                                                          "type": "UnaryExpression",
                                                          "operator": "!",
                                                          "argument": {
                                                            "type": "Identifier",
                                                            "name": "syncExec2",
                                                            "range": [
                                                              1812,
                                                              1821
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 51,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 51,
                                                                "column": 44
                                                              }
                                                            }
                                                          },
                                                          "prefix": true,
                                                          "range": [
                                                            1811,
                                                            1821
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 51,
                                                              "column": 34
                                                            },
                                                            "end": {
                                                              "line": 51,
                                                              "column": 44
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1797,
                                                          1821
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 51,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 51,
                                                            "column": 44
                                                          }
                                                        }
                                                      },
                                                      "consequent": {
                                                        "type": "BlockStatement",
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "name": "done",
                                                                "range": [
                                                                  1845,
                                                                  1849
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 52,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 52,
                                                                    "column": 24
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [],
                                                              "range": [
                                                                1845,
                                                                1851
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 52,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 52,
                                                                  "column": 26
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1845,
                                                              1852
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 52,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 52,
                                                                "column": 27
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          1823,
                                                          1870
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 51,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 53,
                                                            "column": 17
                                                          }
                                                        }
                                                      },
                                                      "alternate": {
                                                        "type": "BlockStatement",
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "name": "done",
                                                                "range": [
                                                                  1914,
                                                                  1918
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 55,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 55,
                                                                    "column": 24
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "NewExpression",
                                                                  "callee": {
                                                                    "type": "Identifier",
                                                                    "name": "Error",
                                                                    "range": [
                                                                      1923,
                                                                      1928
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 55,
                                                                        "column": 29
                                                                      },
                                                                      "end": {
                                                                        "line": 55,
                                                                        "column": 34
                                                                      }
                                                                    }
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "Literal",
                                                                      "value": "Execution happened synchronously.",
                                                                      "raw": "'Execution happened synchronously.'",
                                                                      "range": [
                                                                        1929,
                                                                        1964
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 55,
                                                                          "column": 35
                                                                        },
                                                                        "end": {
                                                                          "line": 55,
                                                                          "column": 70
                                                                        }
                                                                      }
                                                                    }
                                                                  ],
                                                                  "range": [
                                                                    1919,
                                                                    1965
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 55,
                                                                      "column": 25
                                                                    },
                                                                    "end": {
                                                                      "line": 55,
                                                                      "column": 71
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                1914,
                                                                1966
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 55,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 55,
                                                                  "column": 72
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1914,
                                                              1967
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 55,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 55,
                                                                "column": 73
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          1892,
                                                          1985
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 56,
                                                            "column": 17
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1793,
                                                        1985
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 51,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 17
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1775,
                                                    1999
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "alternate": null,
                                                "range": [
                                                  1758,
                                                  1999
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                1674,
                                                1999
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 13
                                                }
                                              }
                                            },
                                            "range": [
                                              1523,
                                              1999
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 13
                                              }
                                            }
                                          },
                                          "range": [
                                            1372,
                                            1999
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 13
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1358,
                                        2009
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1341,
                                      2009
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      2011,
                                      2012
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 12
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      2014,
                                      2015
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 15
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1327,
                                  2016
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 16
                                  }
                                }
                              },
                              "range": [
                                1327,
                                2017
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 58,
                                  "column": 17
                                }
                              }
                            }
                          ],
                          "range": [
                            1257,
                            2023
                          ],
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 105
                            },
                            "end": {
                              "line": 59,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1241,
                          2023
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 89
                          },
                          "end": {
                            "line": 59,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1156,
                      2024
                    ],
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 4
                      },
                      "end": {
                        "line": 59,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2353,
                    "_esdocTestName": "it2353"
                  },
                  "range": [
                    1156,
                    2025
                  ],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 4
                    },
                    "end": {
                      "line": 59,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        2030,
                        2032
                      ],
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 4
                        },
                        "end": {
                          "line": 60,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should cancel the setImmediate if all scheduled actions unsubscribe before it executes",
                        "raw": "'should cancel the setImmediate if all scheduled actions unsubscribe before it executes'",
                        "range": [
                          2033,
                          2121
                        ],
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 7
                          },
                          "end": {
                            "line": 60,
                            "column": 95
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              2133,
                              2137
                            ],
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 107
                              },
                              "end": {
                                "line": 60,
                                "column": 111
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asapExec1",
                                    "range": [
                                      2153,
                                      2162
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      2165,
                                      2170
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    2153,
                                    2170
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 29
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2149,
                                2171
                              ],
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 8
                                },
                                "end": {
                                  "line": 61,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "asapExec2",
                                    "range": [
                                      2184,
                                      2193
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      2196,
                                      2201
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    2184,
                                    2201
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 29
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2180,
                                2202
                              ],
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 8
                                },
                                "end": {
                                  "line": 62,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "action1",
                                    "range": [
                                      2215,
                                      2222
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "asap",
                                        "range": [
                                          2225,
                                          2229
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "schedule",
                                        "range": [
                                          2230,
                                          2238
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "range": [
                                        2225,
                                        2238
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 35
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "asapExec1",
                                                  "range": [
                                                    2253,
                                                    2262
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 59
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Literal",
                                                  "value": true,
                                                  "raw": "true",
                                                  "range": [
                                                    2265,
                                                    2269
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 66
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2253,
                                                  2269
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 66
                                                  }
                                                }
                                              },
                                              "range": [
                                                2253,
                                                2270
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 67
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2251,
                                            2272
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 69
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2239,
                                          2272
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 69
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2225,
                                      2273
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 70
                                      }
                                    }
                                  },
                                  "range": [
                                    2215,
                                    2273
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 70
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2211,
                                2274
                              ],
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 8
                                },
                                "end": {
                                  "line": 63,
                                  "column": 71
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "action2",
                                    "range": [
                                      2287,
                                      2294
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "asap",
                                        "range": [
                                          2297,
                                          2301
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "schedule",
                                        "range": [
                                          2302,
                                          2310
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "range": [
                                        2297,
                                        2310
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 35
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "asapExec2",
                                                  "range": [
                                                    2325,
                                                    2334
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 59
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Literal",
                                                  "value": true,
                                                  "raw": "true",
                                                  "range": [
                                                    2337,
                                                    2341
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 66
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2325,
                                                  2341
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 66
                                                  }
                                                }
                                              },
                                              "range": [
                                                2325,
                                                2342
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 67
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2323,
                                            2344
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 69
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2311,
                                          2344
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 69
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2297,
                                      2345
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 70
                                      }
                                    }
                                  },
                                  "range": [
                                    2287,
                                    2345
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 70
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2283,
                                2346
                              ],
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 8
                                },
                                "end": {
                                  "line": 64,
                                  "column": 71
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "chai_1",
                                        "range": [
                                          2355,
                                          2361
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 14
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "expect",
                                        "range": [
                                          2362,
                                          2368
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "range": [
                                        2355,
                                        2368
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "asap",
                                          "range": [
                                            2369,
                                            2373
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "scheduled",
                                          "range": [
                                            2374,
                                            2383
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "range": [
                                          2369,
                                          2383
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 36
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2355,
                                      2384
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "to",
                                    "range": [
                                      2385,
                                      2387
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    2355,
                                    2387
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 40
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "exist",
                                  "range": [
                                    2388,
                                    2393
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 46
                                    }
                                  }
                                },
                                "range": [
                                  2355,
                                  2393
                                ],
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 46
                                  }
                                }
                              },
                              "range": [
                                2355,
                                2394
                              ],
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 8
                                },
                                "end": {
                                  "line": 65,
                                  "column": 47
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            2403,
                                            2409
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            2410,
                                            2416
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          2403,
                                          2416
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "asap",
                                              "range": [
                                                2417,
                                                2421
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "actions",
                                              "range": [
                                                2422,
                                                2429
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "range": [
                                              2417,
                                              2429
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 34
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "length",
                                            "range": [
                                              2430,
                                              2436
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 41
                                              }
                                            }
                                          },
                                          "range": [
                                            2417,
                                            2436
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 41
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2403,
                                        2437
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        2438,
                                        2440
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 45
                                        }
                                      }
                                    },
                                    "range": [
                                      2403,
                                      2440
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      2441,
                                      2446
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 51
                                      }
                                    }
                                  },
                                  "range": [
                                    2403,
                                    2446
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 51
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 2,
                                    "raw": "2",
                                    "range": [
                                      2447,
                                      2448
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 53
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2403,
                                  2449
                                ],
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 54
                                  }
                                }
                              },
                              "range": [
                                2403,
                                2450
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 8
                                },
                                "end": {
                                  "line": 66,
                                  "column": 55
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "action1",
                                    "range": [
                                      2459,
                                      2466
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "unsubscribe",
                                    "range": [
                                      2467,
                                      2478
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    2459,
                                    2478
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 27
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  2459,
                                  2480
                                ],
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 29
                                  }
                                }
                              },
                              "range": [
                                2459,
                                2481
                              ],
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 8
                                },
                                "end": {
                                  "line": 67,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "action2",
                                    "range": [
                                      2490,
                                      2497
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "unsubscribe",
                                    "range": [
                                      2498,
                                      2509
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    2490,
                                    2509
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 27
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  2490,
                                  2511
                                ],
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 29
                                  }
                                }
                              },
                              "range": [
                                2490,
                                2512
                              ],
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 8
                                },
                                "end": {
                                  "line": 68,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            2521,
                                            2527
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            2528,
                                            2534
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          2521,
                                          2534
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "asap",
                                              "range": [
                                                2535,
                                                2539
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "actions",
                                              "range": [
                                                2540,
                                                2547
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "range": [
                                              2535,
                                              2547
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 34
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "length",
                                            "range": [
                                              2548,
                                              2554
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 41
                                              }
                                            }
                                          },
                                          "range": [
                                            2535,
                                            2554
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 41
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2521,
                                        2555
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        2556,
                                        2558
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 45
                                        }
                                      }
                                    },
                                    "range": [
                                      2521,
                                      2558
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      2559,
                                      2564
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 51
                                      }
                                    }
                                  },
                                  "range": [
                                    2521,
                                    2564
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 51
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      2565,
                                      2566
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 53
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2521,
                                  2567
                                ],
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 54
                                  }
                                }
                              },
                              "range": [
                                2521,
                                2568
                              ],
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 8
                                },
                                "end": {
                                  "line": 69,
                                  "column": 55
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            2577,
                                            2583
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            2584,
                                            2590
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          2577,
                                          2590
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "asap",
                                            "range": [
                                              2591,
                                              2595
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "scheduled",
                                            "range": [
                                              2596,
                                              2605
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "range": [
                                            2591,
                                            2605
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 36
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2577,
                                        2606
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        2607,
                                        2609
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "range": [
                                      2577,
                                      2609
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      2610,
                                      2615
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 46
                                      }
                                    }
                                  },
                                  "range": [
                                    2577,
                                    2615
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 46
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "undefined",
                                    "range": [
                                      2616,
                                      2625
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 56
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2577,
                                  2626
                                ],
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 57
                                  }
                                }
                              },
                              "range": [
                                2577,
                                2627
                              ],
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 8
                                },
                                "end": {
                                  "line": 70,
                                  "column": 58
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "asap",
                                    "range": [
                                      2636,
                                      2640
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      2641,
                                      2649
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    2636,
                                    2649
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 21
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        2676,
                                                        2682
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 72,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 72,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2683,
                                                        2689
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 72,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 72,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2676,
                                                      2689
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 72,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 72,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "asapExec1",
                                                      "range": [
                                                        2690,
                                                        2699
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 72,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 72,
                                                          "column": 35
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2676,
                                                    2700
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 72,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 72,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2701,
                                                    2703
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 72,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 72,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2676,
                                                  2703
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2704,
                                                  2709
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "range": [
                                                2676,
                                                2709
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": false,
                                                "raw": "false",
                                                "range": [
                                                  2710,
                                                  2715
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 51
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2676,
                                              2716
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 52
                                              }
                                            }
                                          },
                                          "range": [
                                            2676,
                                            2717
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 53
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        2730,
                                                        2736
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 73,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 73,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2737,
                                                        2743
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 73,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 73,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2730,
                                                      2743
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 73,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 73,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "asapExec2",
                                                      "range": [
                                                        2744,
                                                        2753
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 73,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 73,
                                                          "column": 35
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2730,
                                                    2754
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2755,
                                                    2757
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2730,
                                                  2757
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2758,
                                                  2763
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "range": [
                                                2730,
                                                2763
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": false,
                                                "raw": "false",
                                                "range": [
                                                  2764,
                                                  2769
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 51
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2730,
                                              2770
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 52
                                              }
                                            }
                                          },
                                          "range": [
                                            2730,
                                            2771
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 53
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                2784,
                                                2788
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              2784,
                                              2790
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "range": [
                                            2784,
                                            2791
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2662,
                                        2801
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2650,
                                      2801
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2636,
                                  2802
                                ],
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                2636,
                                2803
                              ],
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 8
                                },
                                "end": {
                                  "line": 75,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            2139,
                            2809
                          ],
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 113
                            },
                            "end": {
                              "line": 76,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2123,
                          2809
                        ],
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 97
                          },
                          "end": {
                            "line": 76,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2030,
                      2810
                    ],
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 4
                      },
                      "end": {
                        "line": 76,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2354,
                    "_esdocTestName": "it2354"
                  },
                  "range": [
                    2030,
                    2811
                  ],
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 4
                    },
                    "end": {
                      "line": 76,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        2816,
                        2818
                      ],
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 4
                        },
                        "end": {
                          "line": 77,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should execute the rest of the scheduled actions if the first action is canceled",
                        "raw": "'should execute the rest of the scheduled actions if the first action is canceled'",
                        "range": [
                          2819,
                          2901
                        ],
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 7
                          },
                          "end": {
                            "line": 77,
                            "column": 89
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              2913,
                              2917
                            ],
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 101
                              },
                              "end": {
                                "line": 77,
                                "column": 105
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "actionHappened",
                                    "range": [
                                      2933,
                                      2947
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      2950,
                                      2955
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    2933,
                                    2955
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2929,
                                2956
                              ],
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 8
                                },
                                "end": {
                                  "line": 78,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "firstSubscription",
                                    "range": [
                                      2969,
                                      2986
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      2989,
                                      2993
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    2969,
                                    2993
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2965,
                                2994
                              ],
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 8
                                },
                                "end": {
                                  "line": 79,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "secondSubscription",
                                    "range": [
                                      3007,
                                      3025
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      3028,
                                      3032
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    3007,
                                    3032
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3003,
                                3033
                              ],
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 8
                                },
                                "end": {
                                  "line": 80,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "name": "firstSubscription",
                                  "range": [
                                    3042,
                                    3059
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 25
                                    }
                                  }
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "asap",
                                      "range": [
                                        3062,
                                        3066
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "schedule",
                                      "range": [
                                        3067,
                                        3075
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 41
                                        }
                                      }
                                    },
                                    "range": [
                                      3062,
                                      3075
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "FunctionExpression",
                                      "id": null,
                                      "params": [],
                                      "body": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "name": "actionHappened",
                                                "range": [
                                                  3102,
                                                  3116
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "right": {
                                                "type": "Literal",
                                                "value": true,
                                                "raw": "true",
                                                "range": [
                                                  3119,
                                                  3123
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              "range": [
                                                3102,
                                                3123
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 33
                                                }
                                              }
                                            },
                                            "range": [
                                              3102,
                                              3124
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 34
                                              }
                                            }
                                          },
                                          {
                                            "type": "IfStatement",
                                            "test": {
                                              "type": "Identifier",
                                              "name": "secondSubscription",
                                              "range": [
                                                3141,
                                                3159
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "secondSubscription",
                                                        "range": [
                                                          3179,
                                                          3197
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "unsubscribe",
                                                        "range": [
                                                          3198,
                                                          3209
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 46
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3179,
                                                        3209
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 46
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      3179,
                                                      3211
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 84,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 84,
                                                        "column": 48
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3179,
                                                    3212
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 84,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 84,
                                                      "column": 49
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                3161,
                                                3226
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 13
                                                }
                                              }
                                            },
                                            "alternate": null,
                                            "range": [
                                              3137,
                                              3226
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 13
                                              }
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "expression": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "Identifier",
                                                "name": "done",
                                                "range": [
                                                  3239,
                                                  3243
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "NewExpression",
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "name": "Error",
                                                    "range": [
                                                      3248,
                                                      3253
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 86,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 86,
                                                        "column": 26
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Literal",
                                                      "value": "The first action should not have executed.",
                                                      "raw": "'The first action should not have executed.'",
                                                      "range": [
                                                        3254,
                                                        3298
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 86,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 86,
                                                          "column": 71
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3244,
                                                    3299
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 72
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                3239,
                                                3300
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 73
                                                }
                                              }
                                            },
                                            "range": [
                                              3239,
                                              3301
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          3088,
                                          3311
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 87,
                                            "column": 9
                                          }
                                        }
                                      },
                                      "generator": false,
                                      "expression": false,
                                      "range": [
                                        3076,
                                        3311
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 87,
                                          "column": 9
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3062,
                                    3312
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 10
                                    }
                                  }
                                },
                                "range": [
                                  3042,
                                  3312
                                ],
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                3042,
                                3313
                              ],
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 8
                                },
                                "end": {
                                  "line": 87,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "name": "secondSubscription",
                                  "range": [
                                    3322,
                                    3340
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 26
                                    }
                                  }
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "asap",
                                      "range": [
                                        3343,
                                        3347
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "schedule",
                                      "range": [
                                        3348,
                                        3356
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "range": [
                                      3343,
                                      3356
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "FunctionExpression",
                                      "id": null,
                                      "params": [],
                                      "body": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "test": {
                                              "type": "UnaryExpression",
                                              "operator": "!",
                                              "argument": {
                                                "type": "Identifier",
                                                "name": "actionHappened",
                                                "range": [
                                                  3388,
                                                  3402
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 89,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 89,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "prefix": true,
                                              "range": [
                                                3387,
                                                3402
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 89,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 89,
                                                  "column": 31
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "done",
                                                      "range": [
                                                        3422,
                                                        3426
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 90,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 90,
                                                          "column": 20
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      3422,
                                                      3428
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 90,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 90,
                                                        "column": 22
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3422,
                                                    3429
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 90,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 23
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                3404,
                                                3443
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 89,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 13
                                                }
                                              }
                                            },
                                            "alternate": null,
                                            "range": [
                                              3383,
                                              3443
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 89,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 13
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          3369,
                                          3453
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 9
                                          }
                                        }
                                      },
                                      "generator": false,
                                      "expression": false,
                                      "range": [
                                        3357,
                                        3453
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 9
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3343,
                                    3454
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 10
                                    }
                                  }
                                },
                                "range": [
                                  3322,
                                  3454
                                ],
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                3322,
                                3455
                              ],
                              "loc": {
                                "start": {
                                  "line": 88,
                                  "column": 8
                                },
                                "end": {
                                  "line": 92,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "Identifier",
                                "name": "actionHappened",
                                "range": [
                                  3468,
                                  3482
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 26
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "Identifier",
                                        "name": "done",
                                        "range": [
                                          3498,
                                          3502
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "NewExpression",
                                          "callee": {
                                            "type": "Identifier",
                                            "name": "Error",
                                            "range": [
                                              3507,
                                              3512
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 94,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 94,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "value": "Scheduled action happened synchronously",
                                              "raw": "'Scheduled action happened synchronously'",
                                              "range": [
                                                3513,
                                                3554
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 94,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 94,
                                                  "column": 68
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3503,
                                            3555
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 69
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        3498,
                                        3556
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 70
                                        }
                                      }
                                    },
                                    "range": [
                                      3498,
                                      3557
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 71
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3484,
                                  3567
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "firstSubscription",
                                          "range": [
                                            3595,
                                            3612
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "unsubscribe",
                                          "range": [
                                            3613,
                                            3624
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "range": [
                                          3595,
                                          3624
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        3595,
                                        3626
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "range": [
                                      3595,
                                      3627
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 44
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3581,
                                  3637
                                ],
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 9
                                  }
                                }
                              },
                              "range": [
                                3464,
                                3637
                              ],
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 8
                                },
                                "end": {
                                  "line": 98,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            2919,
                            3643
                          ],
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 107
                            },
                            "end": {
                              "line": 99,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2903,
                          3643
                        ],
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 91
                          },
                          "end": {
                            "line": 99,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2816,
                      3644
                    ],
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 4
                      },
                      "end": {
                        "line": 99,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2355,
                    "_esdocTestName": "it2355"
                  },
                  "range": [
                    2816,
                    3645
                  ],
                  "loc": {
                    "start": {
                      "line": 77,
                      "column": 4
                    },
                    "end": {
                      "line": 99,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                207,
                3647
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 39
                },
                "end": {
                  "line": 100,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              195,
              3647
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 27
              },
              "end": {
                "line": 100,
                "column": 1
              }
            }
          }
        ],
        "range": [
          168,
          3648
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 100,
            "column": 2
          }
        },
        "_esdocTestId": 2349,
        "_esdocTestName": "describe2349"
      },
      "range": [
        168,
        3649
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 100,
          "column": 3
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* @test {Scheduler} ",
          "range": [
            143,
            167
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 24
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=AsapScheduler-spec.js.map",
          "range": [
            3650,
            3696
          ],
          "loc": {
            "start": {
              "line": 101,
              "column": 0
            },
            "end": {
              "line": 101,
              "column": 46
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    3649
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 100,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "* @test {Scheduler} ",
      "range": [
        143,
        167
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 24
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=AsapScheduler-spec.js.map",
      "range": [
        3650,
        3696
      ],
      "loc": {
        "start": {
          "line": 101,
          "column": 0
        },
        "end": {
          "line": 101,
          "column": 46
        }
      }
    }
  ]
}