{
  "type": "Program",
  "start": 0,
  "end": 6237,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 294,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 44,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 44
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 9,
          "end": 18,
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 18
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 9,
            "end": 18,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 18
              }
            },
            "name": "Component"
          },
          "local": {
            "type": "Identifier",
            "start": 9,
            "end": 18,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 18
              }
            },
            "name": "Component"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 26,
        "end": 43,
        "loc": {
          "start": {
            "line": 1,
            "column": 26
          },
          "end": {
            "line": 1,
            "column": 43
          }
        },
        "value": "../../core/bane",
        "rawValue": "../../core/bane",
        "raw": "\"../../core/bane\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 45,
      "end": 112,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 67
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 52,
          "end": 69,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 24
            }
          },
          "local": {
            "type": "Identifier",
            "start": 52,
            "end": 69,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 24
              }
            },
            "name": "waitForTransition"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 75,
        "end": 111,
        "loc": {
          "start": {
            "line": 2,
            "column": 30
          },
          "end": {
            "line": 2,
            "column": 66
          }
        },
        "value": "../../core/utils/waitForTransition",
        "rawValue": "../../core/utils/waitForTransition",
        "raw": "\"../../core/utils/waitForTransition\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 113,
      "end": 160,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 47
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 120,
          "end": 134,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 21
            }
          },
          "local": {
            "type": "Identifier",
            "start": 120,
            "end": 134,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 21
              }
            },
            "name": "SlideComponent"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 140,
        "end": 159,
        "loc": {
          "start": {
            "line": 3,
            "column": 27
          },
          "end": {
            "line": 3,
            "column": 46
          }
        },
        "value": "./slide_component",
        "rawValue": "./slide_component",
        "raw": "\"./slide_component\""
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * slideshow Component\n",
          "start": 162,
          "end": 191,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 2
            }
          },
          "range": [
            162,
            191
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 192,
      "end": 6236,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 293,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 207,
        "end": 6236,
        "loc": {
          "start": {
            "line": 8,
            "column": 15
          },
          "end": {
            "line": 293,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 213,
          "end": 222,
          "loc": {
            "start": {
              "line": 8,
              "column": 21
            },
            "end": {
              "line": 8,
              "column": 30
            }
          },
          "name": "Slideshow",
          "leadingComments": null
        },
        "superClass": {
          "type": "Identifier",
          "start": 231,
          "end": 240,
          "loc": {
            "start": {
              "line": 8,
              "column": 39
            },
            "end": {
              "line": 8,
              "column": 48
            }
          },
          "name": "Component"
        },
        "body": {
          "type": "ClassBody",
          "start": 241,
          "end": 6236,
          "loc": {
            "start": {
              "line": 8,
              "column": 49
            },
            "end": {
              "line": 293,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 245,
              "end": 290,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 2
                },
                "end": {
                  "line": 11,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 256,
                "end": 265,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 13
                  },
                  "end": {
                    "line": 9,
                    "column": 22
                  }
                },
                "name": "loopSpeed"
              },
              "static": true,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 265,
                "end": 290,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 22
                  },
                  "end": {
                    "line": 11,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 268,
                  "end": 290,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 25
                    },
                    "end": {
                      "line": 11,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 274,
                      "end": 286,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 16
                        }
                      },
                      "argument": {
                        "type": "Literal",
                        "start": 281,
                        "end": 285,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 11
                          },
                          "end": {
                            "line": 10,
                            "column": 15
                          }
                        },
                        "value": 6000,
                        "rawValue": 6000,
                        "raw": "6000"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 294,
              "end": 355,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 2
                },
                "end": {
                  "line": 15,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 298,
                "end": 305,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 6
                  },
                  "end": {
                    "line": 13,
                    "column": 13
                  }
                },
                "name": "padding"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 305,
                "end": 355,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 13
                  },
                  "end": {
                    "line": 15,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 308,
                  "end": 355,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 16
                    },
                    "end": {
                      "line": 15,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 314,
                      "end": 351,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 41
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 321,
                        "end": 350,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 11
                          },
                          "end": {
                            "line": 14,
                            "column": 40
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 321,
                          "end": 342,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 11
                            },
                            "end": {
                              "line": 14,
                              "column": 32
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 321,
                            "end": 330,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 11
                              },
                              "end": {
                                "line": 14,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 321,
                              "end": 325,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 11
                                },
                                "end": {
                                  "line": 14,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 326,
                              "end": 330,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 16
                                },
                                "end": {
                                  "line": 14,
                                  "column": 20
                                }
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "Literal",
                            "start": 335,
                            "end": 342,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 25
                              },
                              "end": {
                                "line": 14,
                                "column": 32
                              }
                            },
                            "value": "slide",
                            "rawValue": "slide",
                            "raw": "\"slide\""
                          }
                        },
                        "consequent": {
                          "type": "Literal",
                          "start": 345,
                          "end": 346,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 35
                            },
                            "end": {
                              "line": 14,
                              "column": 36
                            }
                          },
                          "value": 2,
                          "rawValue": 2,
                          "raw": "2"
                        },
                        "alternate": {
                          "type": "Literal",
                          "start": 349,
                          "end": 350,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 39
                            },
                            "end": {
                              "line": 14,
                              "column": 40
                            }
                          },
                          "value": 1,
                          "rawValue": 1,
                          "raw": "1"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 359,
              "end": 424,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 2
                },
                "end": {
                  "line": 19,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 363,
                "end": 369,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 6
                  },
                  "end": {
                    "line": 17,
                    "column": 12
                  }
                },
                "name": "slides"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 369,
                "end": 424,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 12
                  },
                  "end": {
                    "line": 19,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 371,
                  "end": 424,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 14
                    },
                    "end": {
                      "line": 19,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 377,
                      "end": 420,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 47
                        }
                      },
                      "argument": {
                        "type": "LogicalExpression",
                        "start": 384,
                        "end": 419,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 11
                          },
                          "end": {
                            "line": 18,
                            "column": 46
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 384,
                          "end": 396,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 11
                            },
                            "end": {
                              "line": 18,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 384,
                            "end": 388,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 11
                              },
                              "end": {
                                "line": 18,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 389,
                            "end": 396,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 16
                              },
                              "end": {
                                "line": 18,
                                "column": 23
                              }
                            },
                            "name": "_slides"
                          },
                          "computed": false
                        },
                        "operator": "||",
                        "right": {
                          "type": "AssignmentExpression",
                          "start": 401,
                          "end": 418,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 28
                            },
                            "end": {
                              "line": 18,
                              "column": 45
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 401,
                            "end": 413,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 28
                              },
                              "end": {
                                "line": 18,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 401,
                              "end": 405,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 28
                                },
                                "end": {
                                  "line": 18,
                                  "column": 32
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 406,
                              "end": 413,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 33
                                },
                                "end": {
                                  "line": 18,
                                  "column": 40
                                }
                              },
                              "name": "_slides"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ArrayExpression",
                            "start": 416,
                            "end": 418,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 43
                              },
                              "end": {
                                "line": 18,
                                "column": 45
                              }
                            },
                            "elements": []
                          },
                          "parenthesizedExpression": true
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 428,
              "end": 490,
              "loc": {
                "start": {
                  "line": 21,
                  "column": 2
                },
                "end": {
                  "line": 23,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 432,
                "end": 437,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 6
                  },
                  "end": {
                    "line": 21,
                    "column": 11
                  }
                },
                "name": "stack"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 437,
                "end": 490,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 11
                  },
                  "end": {
                    "line": 23,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 439,
                  "end": 490,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 13
                    },
                    "end": {
                      "line": 23,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 445,
                      "end": 486,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 4
                        },
                        "end": {
                          "line": 22,
                          "column": 45
                        }
                      },
                      "argument": {
                        "type": "LogicalExpression",
                        "start": 452,
                        "end": 485,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 11
                          },
                          "end": {
                            "line": 22,
                            "column": 44
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 452,
                          "end": 463,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 11
                            },
                            "end": {
                              "line": 22,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 452,
                            "end": 456,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 11
                              },
                              "end": {
                                "line": 22,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 457,
                            "end": 463,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 16
                              },
                              "end": {
                                "line": 22,
                                "column": 22
                              }
                            },
                            "name": "_stack"
                          },
                          "computed": false
                        },
                        "operator": "||",
                        "right": {
                          "type": "AssignmentExpression",
                          "start": 468,
                          "end": 484,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 27
                            },
                            "end": {
                              "line": 22,
                              "column": 43
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 468,
                            "end": 479,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 27
                              },
                              "end": {
                                "line": 22,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 468,
                              "end": 472,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 27
                                },
                                "end": {
                                  "line": 22,
                                  "column": 31
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 473,
                              "end": 479,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 32
                                },
                                "end": {
                                  "line": 22,
                                  "column": 38
                                }
                              },
                              "name": "_stack"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ArrayExpression",
                            "start": 482,
                            "end": 484,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 41
                              },
                              "end": {
                                "line": 22,
                                "column": 43
                              }
                            },
                            "elements": []
                          },
                          "parenthesizedExpression": true
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 494,
              "end": 812,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 2
                },
                "end": {
                  "line": 39,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 498,
                "end": 505,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 6
                  },
                  "end": {
                    "line": 25,
                    "column": 13
                  }
                },
                "name": "$images"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 505,
                "end": 812,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 13
                  },
                  "end": {
                    "line": 39,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 507,
                  "end": 812,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 15
                    },
                    "end": {
                      "line": 39,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 513,
                      "end": 781,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 4
                        },
                        "end": {
                          "line": 36,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 516,
                        "end": 530,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 7
                          },
                          "end": {
                            "line": 26,
                            "column": 21
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 517,
                          "end": 530,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 8
                            },
                            "end": {
                              "line": 26,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 517,
                            "end": 521,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 522,
                            "end": 530,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 13
                              },
                              "end": {
                                "line": 26,
                                "column": 21
                              }
                            },
                            "name": "_$images"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 532,
                        "end": 781,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 23
                          },
                          "end": {
                            "line": 36,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 540,
                            "end": 592,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 6
                              },
                              "end": {
                                "line": 27,
                                "column": 58
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 540,
                              "end": 591,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 6
                                },
                                "end": {
                                  "line": 27,
                                  "column": 57
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 540,
                                "end": 553,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 19
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 540,
                                  "end": 544,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 545,
                                  "end": 553,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 19
                                    }
                                  },
                                  "name": "_$images"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 556,
                                "end": 591,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 57
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 556,
                                  "end": 569,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 556,
                                    "end": 564,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 30
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 556,
                                      "end": 560,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 561,
                                      "end": 564,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 30
                                        }
                                      },
                                      "name": "$el"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 565,
                                    "end": 569,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 35
                                      }
                                    },
                                    "name": "find"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 570,
                                    "end": 590,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 56
                                      }
                                    },
                                    "value": ".slideshow__images",
                                    "rawValue": ".slideshow__images",
                                    "raw": "\".slideshow__images\""
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 600,
                            "end": 745,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 6
                              },
                              "end": {
                                "line": 33,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 604,
                              "end": 625,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 10
                                },
                                "end": {
                                  "line": 29,
                                  "column": 31
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 605,
                                "end": 625,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 605,
                                  "end": 618,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 605,
                                    "end": 609,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 610,
                                    "end": 618,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 24
                                      }
                                    },
                                    "name": "_$images"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 619,
                                  "end": 625,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 31
                                    }
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 627,
                              "end": 745,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 33
                                },
                                "end": {
                                  "line": 33,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 637,
                                  "end": 737,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 30
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 637,
                                    "end": 736,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 29
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 637,
                                      "end": 650,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 637,
                                        "end": 641,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 642,
                                        "end": 650,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 21
                                          }
                                        },
                                        "name": "_$images"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 653,
                                      "end": 736,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 29
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 653,
                                        "end": 726,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 19
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 653,
                                          "end": 717,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 653,
                                            "end": 654,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 25
                                              }
                                            },
                                            "name": "$"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 655,
                                              "end": 664,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 35
                                                }
                                              },
                                              "value": "<div />",
                                              "rawValue": "<div />",
                                              "raw": "\"<div />\""
                                            },
                                            {
                                              "type": "ObjectExpression",
                                              "start": 666,
                                              "end": 716,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 9
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "start": 678,
                                                  "end": 706,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 38
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Literal",
                                                    "start": 678,
                                                    "end": 685,
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 17
                                                      }
                                                    },
                                                    "value": "class",
                                                    "rawValue": "class",
                                                    "raw": "\"class\""
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 687,
                                                    "end": 706,
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 38
                                                      }
                                                    },
                                                    "value": "slideshow__images",
                                                    "rawValue": "slideshow__images",
                                                    "raw": "\"slideshow__images\""
                                                  },
                                                  "kind": "init"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 718,
                                          "end": 726,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 19
                                            }
                                          },
                                          "name": "appendTo"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 727,
                                          "end": 735,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 727,
                                            "end": 731,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 732,
                                            "end": 735,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 28
                                              }
                                            },
                                            "name": "$el"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 753,
                            "end": 775,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 6
                              },
                              "end": {
                                "line": 35,
                                "column": 28
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 753,
                              "end": 774,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 6
                                },
                                "end": {
                                  "line": 35,
                                  "column": 27
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 753,
                                "end": 772,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 753,
                                  "end": 766,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 19
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 753,
                                    "end": 757,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 758,
                                    "end": 766,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 19
                                      }
                                    },
                                    "name": "_$images"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 767,
                                  "end": 772,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 25
                                    }
                                  },
                                  "name": "empty"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 787,
                      "end": 808,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 4
                        },
                        "end": {
                          "line": 38,
                          "column": 25
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 794,
                        "end": 807,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 11
                          },
                          "end": {
                            "line": 38,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 794,
                          "end": 798,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 11
                            },
                            "end": {
                              "line": 38,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 799,
                          "end": 807,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 16
                            },
                            "end": {
                              "line": 38,
                              "column": 24
                            }
                          },
                          "name": "_$images"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 820,
              "end": 875,
              "loc": {
                "start": {
                  "line": 43,
                  "column": 2
                },
                "end": {
                  "line": 45,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 824,
                "end": 828,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 6
                  },
                  "end": {
                    "line": 43,
                    "column": 10
                  }
                },
                "name": "type"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 828,
                "end": 875,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 10
                  },
                  "end": {
                    "line": 45,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 830,
                  "end": 875,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 12
                    },
                    "end": {
                      "line": 45,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 836,
                      "end": 871,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 4
                        },
                        "end": {
                          "line": 44,
                          "column": 39
                        }
                      },
                      "argument": {
                        "type": "LogicalExpression",
                        "start": 843,
                        "end": 870,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 11
                          },
                          "end": {
                            "line": 44,
                            "column": 38
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 843,
                          "end": 860,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 11
                            },
                            "end": {
                              "line": 44,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 843,
                            "end": 855,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 11
                              },
                              "end": {
                                "line": 44,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 843,
                              "end": 847,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 11
                                },
                                "end": {
                                  "line": 44,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 848,
                              "end": 855,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 16
                                },
                                "end": {
                                  "line": 44,
                                  "column": 23
                                }
                              },
                              "name": "options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 856,
                            "end": 860,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 24
                              },
                              "end": {
                                "line": 44,
                                "column": 28
                              }
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "operator": "||",
                        "right": {
                          "type": "Literal",
                          "start": 864,
                          "end": 870,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 32
                            },
                            "end": {
                              "line": 44,
                              "column": 38
                            }
                          },
                          "value": "fade",
                          "rawValue": "fade",
                          "raw": "\"fade\""
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 879,
              "end": 1398,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 2
                },
                "end": {
                  "line": 70,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 879,
                "end": 889,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 2
                  },
                  "end": {
                    "line": 47,
                    "column": 12
                  }
                },
                "name": "initialize"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 889,
                "end": 1398,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 12
                  },
                  "end": {
                    "line": 70,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 890,
                    "end": 897,
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 13
                      },
                      "end": {
                        "line": 47,
                        "column": 20
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 898,
                  "end": 1398,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 21
                    },
                    "end": {
                      "line": 70,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 904,
                      "end": 927,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 904,
                        "end": 926,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 904,
                          "end": 916,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 4
                            },
                            "end": {
                              "line": 48,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 904,
                            "end": 908,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 4
                              },
                              "end": {
                                "line": 48,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 909,
                            "end": 916,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 9
                              },
                              "end": {
                                "line": 48,
                                "column": 16
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 919,
                          "end": 926,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 19
                            },
                            "end": {
                              "line": 48,
                              "column": 26
                            }
                          },
                          "name": "options"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 932,
                      "end": 977,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 932,
                        "end": 976,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 48
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 932,
                          "end": 949,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 4
                            },
                            "end": {
                              "line": 49,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 932,
                            "end": 940,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 4
                              },
                              "end": {
                                "line": 49,
                                "column": 12
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 932,
                              "end": 936,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 4
                                },
                                "end": {
                                  "line": 49,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 937,
                              "end": 940,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 9
                                },
                                "end": {
                                  "line": 49,
                                  "column": 12
                                }
                              },
                              "name": "$el"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 941,
                            "end": 949,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 13
                              },
                              "end": {
                                "line": 49,
                                "column": 21
                              }
                            },
                            "name": "addClass"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "TemplateLiteral",
                            "start": 950,
                            "end": 975,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 22
                              },
                              "end": {
                                "line": 49,
                                "column": 47
                              }
                            },
                            "expressions": [
                              {
                                "type": "MemberExpression",
                                "start": 964,
                                "end": 973,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 964,
                                  "end": 968,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 40
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 969,
                                  "end": 973,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 45
                                    }
                                  },
                                  "name": "type"
                                },
                                "computed": false
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 951,
                                "end": 962,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 34
                                  }
                                },
                                "value": {
                                  "raw": "slideshow--",
                                  "cooked": "slideshow--"
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 974,
                                "end": 974,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 46
                                  }
                                },
                                "value": {
                                  "raw": "",
                                  "cooked": ""
                                },
                                "tail": true
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 982,
                      "end": 1009,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 4
                        },
                        "end": {
                          "line": 50,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 982,
                        "end": 1008,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 4
                          },
                          "end": {
                            "line": 50,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 982,
                          "end": 1004,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 4
                            },
                            "end": {
                              "line": 50,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 982,
                            "end": 986,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 4
                              },
                              "end": {
                                "line": 50,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 987,
                            "end": 1004,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 9
                              },
                              "end": {
                                "line": 50,
                                "column": 26
                              }
                            },
                            "name": "currentSlideIndex"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 1007,
                          "end": 1008,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 29
                            },
                            "end": {
                              "line": 50,
                              "column": 30
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1015,
                      "end": 1130,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 4
                        },
                        "end": {
                          "line": 55,
                          "column": 6
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1015,
                        "end": 1129,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 4
                          },
                          "end": {
                            "line": 55,
                            "column": 5
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1015,
                          "end": 1026,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 4
                            },
                            "end": {
                              "line": 52,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1015,
                            "end": 1019,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 4
                              },
                              "end": {
                                "line": 52,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1020,
                            "end": 1026,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 9
                              },
                              "end": {
                                "line": 52,
                                "column": 15
                              }
                            },
                            "name": "events"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1029,
                          "end": 1129,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 18
                            },
                            "end": {
                              "line": 55,
                              "column": 5
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 1037,
                              "end": 1076,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 6
                                },
                                "end": {
                                  "line": 53,
                                  "column": 45
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Literal",
                                "start": 1037,
                                "end": 1066,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 35
                                  }
                                },
                                "value": "click [class*=\"--num_-1\"]",
                                "rawValue": "click [class*=\"--num_-1\"]",
                                "raw": "\"click [class*=\\\"--num_-1\\\"]\""
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1068,
                                "end": 1076,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 45
                                  }
                                },
                                "value": "goLeft",
                                "rawValue": "goLeft",
                                "raw": "\"goLeft\""
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1084,
                              "end": 1123,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 6
                                },
                                "end": {
                                  "line": 54,
                                  "column": 45
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Literal",
                                "start": 1084,
                                "end": 1112,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 34
                                  }
                                },
                                "value": "click [class*=\"--num_1\"]",
                                "rawValue": "click [class*=\"--num_1\"]",
                                "raw": "\"click [class*=\\\"--num_1\\\"]\""
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1114,
                                "end": 1123,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 45
                                  }
                                },
                                "value": "goRight",
                                "rawValue": "goRight",
                                "raw": "\"goRight\""
                              },
                              "kind": "init"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1136,
                      "end": 1171,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 4
                        },
                        "end": {
                          "line": 57,
                          "column": 39
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1140,
                          "end": 1170,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 8
                            },
                            "end": {
                              "line": 57,
                              "column": 38
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1140,
                            "end": 1145,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 8
                              },
                              "end": {
                                "line": 57,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1148,
                            "end": 1170,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 16
                              },
                              "end": {
                                "line": 57,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1148,
                              "end": 1168,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 16
                                },
                                "end": {
                                  "line": 57,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1148,
                                "end": 1152,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1153,
                                "end": 1168,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 36
                                  }
                                },
                                "name": "getInitialState"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 1177,
                      "end": 1241,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 4
                        },
                        "end": {
                          "line": 61,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 1181,
                        "end": 1218,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 8
                          },
                          "end": {
                            "line": 59,
                            "column": 45
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 1181,
                          "end": 1194,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 8
                            },
                            "end": {
                              "line": 59,
                              "column": 21
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 1182,
                            "end": 1194,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 9
                              },
                              "end": {
                                "line": 59,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1182,
                              "end": 1187,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 9
                                },
                                "end": {
                                  "line": 59,
                                  "column": 14
                                }
                              },
                              "name": "state"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1188,
                              "end": 1194,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 15
                                },
                                "end": {
                                  "line": 59,
                                  "column": 21
                                }
                              },
                              "name": "images"
                            },
                            "computed": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 1198,
                          "end": 1218,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 25
                            },
                            "end": {
                              "line": 59,
                              "column": 45
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 1199,
                            "end": 1218,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 26
                              },
                              "end": {
                                "line": 59,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1199,
                              "end": 1211,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 26
                                },
                                "end": {
                                  "line": 59,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1199,
                                "end": 1203,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 30
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1204,
                                "end": 1211,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 38
                                  }
                                },
                                "name": "options"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1212,
                              "end": 1218,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 39
                                },
                                "end": {
                                  "line": 59,
                                  "column": 45
                                }
                              },
                              "name": "images"
                            },
                            "computed": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1220,
                        "end": 1241,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 47
                          },
                          "end": {
                            "line": 61,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 1228,
                            "end": 1235,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 6
                              },
                              "end": {
                                "line": 60,
                                "column": 13
                              }
                            },
                            "argument": null
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1247,
                      "end": 1276,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 4
                        },
                        "end": {
                          "line": 63,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1247,
                        "end": 1275,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 4
                          },
                          "end": {
                            "line": 63,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1247,
                          "end": 1268,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 4
                            },
                            "end": {
                              "line": 63,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1247,
                            "end": 1251,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 4
                              },
                              "end": {
                                "line": 63,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1252,
                            "end": 1268,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 9
                              },
                              "end": {
                                "line": 63,
                                "column": 25
                              }
                            },
                            "name": "createBaseSlides"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1269,
                            "end": 1274,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 26
                              },
                              "end": {
                                "line": 63,
                                "column": 31
                              }
                            },
                            "name": "state"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1281,
                      "end": 1302,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 4
                        },
                        "end": {
                          "line": 64,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1281,
                        "end": 1301,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 4
                          },
                          "end": {
                            "line": 64,
                            "column": 24
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1281,
                          "end": 1299,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 4
                            },
                            "end": {
                              "line": 64,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1281,
                            "end": 1285,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 4
                              },
                              "end": {
                                "line": 64,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1286,
                            "end": 1299,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 9
                              },
                              "end": {
                                "line": 64,
                                "column": 22
                              }
                            },
                            "name": "initSlideShow"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1308,
                      "end": 1394,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 4
                        },
                        "end": {
                          "line": 69,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1311,
                        "end": 1333,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 7
                          },
                          "end": {
                            "line": 66,
                            "column": 29
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1311,
                          "end": 1329,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 7
                            },
                            "end": {
                              "line": 66,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1311,
                            "end": 1322,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 7
                              },
                              "end": {
                                "line": 66,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1311,
                              "end": 1315,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 7
                                },
                                "end": {
                                  "line": 66,
                                  "column": 11
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1316,
                              "end": 1322,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 12
                                },
                                "end": {
                                  "line": 66,
                                  "column": 18
                                }
                              },
                              "name": "slides"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1323,
                            "end": 1329,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 19
                              },
                              "end": {
                                "line": 66,
                                "column": 25
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "Literal",
                          "start": 1332,
                          "end": 1333,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 28
                            },
                            "end": {
                              "line": 66,
                              "column": 29
                            }
                          },
                          "value": 1,
                          "rawValue": 1,
                          "raw": "1"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1335,
                        "end": 1394,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 31
                          },
                          "end": {
                            "line": 69,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1343,
                            "end": 1364,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 6
                              },
                              "end": {
                                "line": 67,
                                "column": 27
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1343,
                              "end": 1363,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 6
                                },
                                "end": {
                                  "line": 67,
                                  "column": 26
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1343,
                                "end": 1361,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1343,
                                  "end": 1347,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1348,
                                  "end": 1361,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 24
                                    }
                                  },
                                  "name": "setCssClasses"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1371,
                            "end": 1388,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 6
                              },
                              "end": {
                                "line": 68,
                                "column": 23
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1371,
                              "end": 1387,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 6
                                },
                                "end": {
                                  "line": 68,
                                  "column": 22
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1371,
                                "end": 1385,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1371,
                                  "end": 1375,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1376,
                                  "end": 1385,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 20
                                    }
                                  },
                                  "name": "startLoop"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1402,
              "end": 1931,
              "loc": {
                "start": {
                  "line": 72,
                  "column": 2
                },
                "end": {
                  "line": 98,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1402,
                "end": 1418,
                "loc": {
                  "start": {
                    "line": 72,
                    "column": 2
                  },
                  "end": {
                    "line": 72,
                    "column": 18
                  }
                },
                "name": "createBaseSlides"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1418,
                "end": 1931,
                "loc": {
                  "start": {
                    "line": 72,
                    "column": 18
                  },
                  "end": {
                    "line": 98,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1419,
                    "end": 1424,
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 19
                      },
                      "end": {
                        "line": 72,
                        "column": 24
                      }
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1426,
                  "end": 1931,
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 26
                    },
                    "end": {
                      "line": 98,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1438,
                      "end": 1493,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 4
                        },
                        "end": {
                          "line": 75,
                          "column": 59
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1442,
                          "end": 1492,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 8
                            },
                            "end": {
                              "line": 75,
                              "column": 58
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1442,
                            "end": 1448,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 8
                              },
                              "end": {
                                "line": 75,
                                "column": 14
                              }
                            },
                            "name": "images"
                          },
                          "init": {
                            "type": "LogicalExpression",
                            "start": 1451,
                            "end": 1492,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 17
                              },
                              "end": {
                                "line": 75,
                                "column": 58
                              }
                            },
                            "left": {
                              "type": "LogicalExpression",
                              "start": 1451,
                              "end": 1486,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 17
                                },
                                "end": {
                                  "line": 75,
                                  "column": 52
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 1451,
                                "end": 1463,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1451,
                                  "end": 1456,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 22
                                    }
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1457,
                                  "end": 1463,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 29
                                    }
                                  },
                                  "name": "images"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "MemberExpression",
                                "start": 1467,
                                "end": 1486,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1467,
                                  "end": 1479,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1467,
                                    "end": 1471,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1472,
                                    "end": 1479,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 45
                                      }
                                    },
                                    "name": "options"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1480,
                                  "end": 1486,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 52
                                    }
                                  },
                                  "name": "images"
                                },
                                "computed": false
                              }
                            },
                            "operator": "||",
                            "right": {
                              "type": "ArrayExpression",
                              "start": 1490,
                              "end": 1492,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 56
                                },
                                "end": {
                                  "line": 75,
                                  "column": 58
                                }
                              },
                              "elements": []
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1499,
                      "end": 1525,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 4
                        },
                        "end": {
                          "line": 77,
                          "column": 30
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1503,
                          "end": 1524,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 8
                            },
                            "end": {
                              "line": 77,
                              "column": 29
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1503,
                            "end": 1516,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 8
                              },
                              "end": {
                                "line": 77,
                                "column": 21
                              }
                            },
                            "name": "hasStraplines"
                          },
                          "init": {
                            "type": "Literal",
                            "start": 1519,
                            "end": 1524,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 24
                              },
                              "end": {
                                "line": 77,
                                "column": 29
                              }
                            },
                            "value": false,
                            "rawValue": false,
                            "raw": "false"
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1531,
                      "end": 1747,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 4
                        },
                        "end": {
                          "line": 89,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1531,
                        "end": 1746,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 4
                          },
                          "end": {
                            "line": 89,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1531,
                          "end": 1545,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 4
                            },
                            "end": {
                              "line": 79,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1531,
                            "end": 1537,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 4
                              },
                              "end": {
                                "line": 79,
                                "column": 10
                              }
                            },
                            "name": "images"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1538,
                            "end": 1545,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 11
                              },
                              "end": {
                                "line": 79,
                                "column": 18
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1546,
                            "end": 1745,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 19
                              },
                              "end": {
                                "line": 89,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1547,
                                "end": 1556,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 29
                                  }
                                },
                                "name": "imageData"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1561,
                              "end": 1745,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 34
                                },
                                "end": {
                                  "line": 89,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 1569,
                                  "end": 1636,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 9
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 1573,
                                      "end": 1635,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 8
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 1573,
                                        "end": 1578,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 15
                                          }
                                        },
                                        "name": "slide"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 1581,
                                        "end": 1635,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 8
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1585,
                                          "end": 1599,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 36
                                            }
                                          },
                                          "name": "SlideComponent"
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "start": 1600,
                                            "end": 1634,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 7
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 1610,
                                                "end": 1626,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 24
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1610,
                                                  "end": 1615,
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 13
                                                    }
                                                  },
                                                  "name": "model"
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1617,
                                                  "end": 1626,
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 24
                                                    }
                                                  },
                                                  "name": "imageData"
                                                },
                                                "kind": "init"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 1644,
                                  "end": 1707,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 1647,
                                    "end": 1666,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1647,
                                      "end": 1656,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 18
                                        }
                                      },
                                      "name": "imageData"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1657,
                                      "end": 1666,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 28
                                        }
                                      },
                                      "name": "strapline"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 1668,
                                    "end": 1707,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1678,
                                        "end": 1699,
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 29
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1678,
                                          "end": 1698,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 28
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 1678,
                                            "end": 1691,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 21
                                              }
                                            },
                                            "name": "hasStraplines"
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 1694,
                                            "end": 1698,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 28
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1715,
                                  "end": 1739,
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 30
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1715,
                                    "end": 1738,
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 29
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1715,
                                      "end": 1731,
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1715,
                                        "end": 1726,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 17
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1715,
                                          "end": 1719,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 10
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1720,
                                          "end": 1726,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 17
                                            }
                                          },
                                          "name": "slides"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1727,
                                        "end": 1731,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 22
                                          }
                                        },
                                        "name": "push"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1732,
                                        "end": 1737,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 28
                                          }
                                        },
                                        "name": "slide"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1753,
                      "end": 1835,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 4
                        },
                        "end": {
                          "line": 93,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1756,
                        "end": 1770,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 7
                          },
                          "end": {
                            "line": 91,
                            "column": 21
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 1757,
                          "end": 1770,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 8
                            },
                            "end": {
                              "line": 91,
                              "column": 21
                            }
                          },
                          "name": "hasStraplines"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1772,
                        "end": 1835,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 23
                          },
                          "end": {
                            "line": 93,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1780,
                            "end": 1829,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 6
                              },
                              "end": {
                                "line": 92,
                                "column": 55
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1780,
                              "end": 1828,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 6
                                },
                                "end": {
                                  "line": 92,
                                  "column": 54
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1780,
                                "end": 1826,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 1780,
                                  "end": 1819,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 45
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1780,
                                    "end": 1793,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 19
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1780,
                                      "end": 1788,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 14
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1780,
                                        "end": 1784,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1785,
                                        "end": 1788,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 14
                                          }
                                        },
                                        "name": "$el"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1789,
                                      "end": 1793,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 19
                                        }
                                      },
                                      "name": "find"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 1794,
                                      "end": 1818,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 44
                                        }
                                      },
                                      "value": ".slideshow__straplines",
                                      "rawValue": ".slideshow__straplines",
                                      "raw": "\".slideshow__straplines\""
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1820,
                                  "end": 1826,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 52
                                    }
                                  },
                                  "name": "remove"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 1841,
                      "end": 1927,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 4
                        },
                        "end": {
                          "line": 97,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 1845,
                        "end": 1891,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 8
                          },
                          "end": {
                            "line": 95,
                            "column": 54
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1845,
                          "end": 1870,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 8
                            },
                            "end": {
                              "line": 95,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1845,
                            "end": 1857,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 8
                              },
                              "end": {
                                "line": 95,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1845,
                              "end": 1849,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 8
                                },
                                "end": {
                                  "line": 95,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1850,
                              "end": 1857,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 13
                                },
                                "end": {
                                  "line": 95,
                                  "column": 20
                                }
                              },
                              "name": "options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1858,
                            "end": 1870,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 21
                              },
                              "end": {
                                "line": 95,
                                "column": 33
                              }
                            },
                            "name": "showProgress"
                          },
                          "computed": false
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 1874,
                          "end": 1891,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 37
                            },
                            "end": {
                              "line": 95,
                              "column": 54
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 1874,
                            "end": 1887,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 37
                              },
                              "end": {
                                "line": 95,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1874,
                              "end": 1880,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 37
                                },
                                "end": {
                                  "line": 95,
                                  "column": 43
                                }
                              },
                              "name": "images"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1881,
                              "end": 1887,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 44
                                },
                                "end": {
                                  "line": 95,
                                  "column": 50
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "Literal",
                            "start": 1890,
                            "end": 1891,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 53
                              },
                              "end": {
                                "line": 95,
                                "column": 54
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1893,
                        "end": 1927,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 56
                          },
                          "end": {
                            "line": 97,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1901,
                            "end": 1921,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 6
                              },
                              "end": {
                                "line": 96,
                                "column": 26
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1901,
                              "end": 1920,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 6
                                },
                                "end": {
                                  "line": 96,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1901,
                                "end": 1918,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1901,
                                  "end": 1905,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1906,
                                  "end": 1918,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 23
                                    }
                                  },
                                  "name": "makeProgress"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1935,
              "end": 2283,
              "loc": {
                "start": {
                  "line": 100,
                  "column": 2
                },
                "end": {
                  "line": 116,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1935,
                "end": 1948,
                "loc": {
                  "start": {
                    "line": 100,
                    "column": 2
                  },
                  "end": {
                    "line": 100,
                    "column": 15
                  }
                },
                "name": "initSlideShow"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1948,
                "end": 2283,
                "loc": {
                  "start": {
                    "line": 100,
                    "column": 15
                  },
                  "end": {
                    "line": 116,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1951,
                  "end": 2283,
                  "loc": {
                    "start": {
                      "line": 100,
                      "column": 18
                    },
                    "end": {
                      "line": 116,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1957,
                      "end": 1988,
                      "loc": {
                        "start": {
                          "line": 101,
                          "column": 4
                        },
                        "end": {
                          "line": 101,
                          "column": 35
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1961,
                          "end": 1987,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 8
                            },
                            "end": {
                              "line": 101,
                              "column": 34
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1961,
                            "end": 1966,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 8
                              },
                              "end": {
                                "line": 101,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1969,
                            "end": 1987,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 16
                              },
                              "end": {
                                "line": 101,
                                "column": 34
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1969,
                              "end": 1985,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 16
                                },
                                "end": {
                                  "line": 101,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1969,
                                "end": 1973,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1974,
                                "end": 1985,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 32
                                  }
                                },
                                "name": "getNewState"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1994,
                      "end": 2044,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 4
                        },
                        "end": {
                          "line": 103,
                          "column": 54
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1994,
                        "end": 2043,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 4
                          },
                          "end": {
                            "line": 103,
                            "column": 53
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1994,
                          "end": 2019,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 4
                            },
                            "end": {
                              "line": 103,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1994,
                            "end": 1998,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 4
                              },
                              "end": {
                                "line": 103,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1999,
                            "end": 2019,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 9
                              },
                              "end": {
                                "line": 103,
                                "column": 29
                              }
                            },
                            "name": "showStraplineByIndex"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 2020,
                            "end": 2042,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 30
                              },
                              "end": {
                                "line": 103,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2020,
                              "end": 2024,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 30
                                },
                                "end": {
                                  "line": 103,
                                  "column": 34
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2025,
                              "end": 2042,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 35
                                },
                                "end": {
                                  "line": 103,
                                  "column": 52
                                }
                              },
                              "name": "currentSlideIndex"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2050,
                      "end": 2197,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 4
                        },
                        "end": {
                          "line": 111,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2050,
                        "end": 2196,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 4
                          },
                          "end": {
                            "line": 111,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2050,
                          "end": 2063,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 4
                            },
                            "end": {
                              "line": 105,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2050,
                            "end": 2055,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 4
                              },
                              "end": {
                                "line": 105,
                                "column": 9
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2056,
                            "end": 2063,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 10
                              },
                              "end": {
                                "line": 105,
                                "column": 17
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2064,
                            "end": 2195,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 18
                              },
                              "end": {
                                "line": 111,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2065,
                                "end": 2070,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 24
                                  }
                                },
                                "name": "index"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 2075,
                              "end": 2195,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 29
                                },
                                "end": {
                                  "line": 111,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 2083,
                                  "end": 2125,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 48
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2087,
                                      "end": 2124,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 47
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2087,
                                        "end": 2090,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 13
                                          }
                                        },
                                        "name": "$el"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 2093,
                                        "end": 2124,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 47
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2093,
                                          "end": 2122,
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2093,
                                            "end": 2111,
                                            "loc": {
                                              "start": {
                                                "line": 106,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2093,
                                              "end": 2104,
                                              "loc": {
                                                "start": {
                                                  "line": 106,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2093,
                                                "end": 2097,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2098,
                                                "end": 2104,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 27
                                                  }
                                                },
                                                "name": "slides"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2105,
                                              "end": 2110,
                                              "loc": {
                                                "start": {
                                                  "line": 106,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 33
                                                }
                                              },
                                              "name": "index"
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2112,
                                            "end": 2122,
                                            "loc": {
                                              "start": {
                                                "line": 106,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 45
                                              }
                                            },
                                            "name": "getElement"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2133,
                                  "end": 2154,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 27
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2133,
                                    "end": 2153,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 26
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2133,
                                      "end": 2148,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 2133,
                                        "end": 2143,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 16
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 2133,
                                          "end": 2137,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 10
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2138,
                                          "end": 2143,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 16
                                            }
                                          },
                                          "name": "stack"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2144,
                                        "end": 2148,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 21
                                          }
                                        },
                                        "name": "push"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2149,
                                        "end": 2152,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 25
                                          }
                                        },
                                        "name": "$el"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2162,
                                  "end": 2189,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 33
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2162,
                                    "end": 2188,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 32
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2162,
                                      "end": 2174,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2162,
                                        "end": 2165,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 9
                                          }
                                        },
                                        "name": "$el"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2166,
                                        "end": 2174,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 18
                                          }
                                        },
                                        "name": "appendTo"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 2175,
                                        "end": 2187,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 31
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 2175,
                                          "end": 2179,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2180,
                                          "end": 2187,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 31
                                            }
                                          },
                                          "name": "$images"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 2203,
                      "end": 2279,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 4
                        },
                        "end": {
                          "line": 115,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 2207,
                        "end": 2226,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 8
                          },
                          "end": {
                            "line": 113,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2207,
                          "end": 2219,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 8
                            },
                            "end": {
                              "line": 113,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2207,
                            "end": 2211,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 8
                              },
                              "end": {
                                "line": 113,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2212,
                            "end": 2219,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 13
                              },
                              "end": {
                                "line": 113,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2220,
                          "end": 2226,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 21
                            },
                            "end": {
                              "line": 113,
                              "column": 27
                            }
                          },
                          "name": "height"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2228,
                        "end": 2279,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 29
                          },
                          "end": {
                            "line": 115,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2236,
                            "end": 2273,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 6
                              },
                              "end": {
                                "line": 114,
                                "column": 43
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2236,
                              "end": 2272,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 6
                                },
                                "end": {
                                  "line": 114,
                                  "column": 42
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2236,
                                "end": 2251,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2236,
                                  "end": 2244,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 14
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2236,
                                    "end": 2240,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2241,
                                    "end": 2244,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 14
                                      }
                                    },
                                    "name": "$el"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2245,
                                  "end": 2251,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 21
                                    }
                                  },
                                  "name": "height"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 2252,
                                  "end": 2271,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2252,
                                    "end": 2264,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2252,
                                      "end": 2256,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2257,
                                      "end": 2264,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 34
                                        }
                                      },
                                      "name": "options"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2265,
                                    "end": 2271,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 41
                                      }
                                    },
                                    "name": "height"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2287,
              "end": 2519,
              "loc": {
                "start": {
                  "line": 118,
                  "column": 2
                },
                "end": {
                  "line": 126,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2287,
                "end": 2296,
                "loc": {
                  "start": {
                    "line": 118,
                    "column": 2
                  },
                  "end": {
                    "line": 118,
                    "column": 11
                  }
                },
                "name": "startLoop"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2296,
                "end": 2519,
                "loc": {
                  "start": {
                    "line": 118,
                    "column": 11
                  },
                  "end": {
                    "line": 126,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2299,
                  "end": 2519,
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 14
                    },
                    "end": {
                      "line": 126,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2305,
                      "end": 2515,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 4
                        },
                        "end": {
                          "line": 125,
                          "column": 39
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 2312,
                        "end": 2514,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 11
                          },
                          "end": {
                            "line": 125,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2312,
                          "end": 2487,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 11
                            },
                            "end": {
                              "line": 125,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 2312,
                            "end": 2475,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 11
                              },
                              "end": {
                                "line": 124,
                                "column": 8
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2312,
                              "end": 2426,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 11
                                },
                                "end": {
                                  "line": 122,
                                  "column": 11
                                }
                              },
                              "object": {
                                "type": "NewExpression",
                                "start": 2312,
                                "end": 2414,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 8
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 2316,
                                  "end": 2323,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 22
                                    }
                                  },
                                  "name": "Promise"
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 2324,
                                    "end": 2413,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 7
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 2325,
                                        "end": 2332,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 31
                                          }
                                        },
                                        "name": "resolve"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 2337,
                                      "end": 2413,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 2347,
                                          "end": 2405,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 66
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 2347,
                                            "end": 2404,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 65
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 2347,
                                              "end": 2361,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 22
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2347,
                                                "end": 2351,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 12
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2352,
                                                "end": 2361,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 22
                                                  }
                                                },
                                                "name": "loopTimer"
                                              },
                                              "computed": false
                                            },
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 2364,
                                              "end": 2404,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 65
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 2364,
                                                "end": 2374,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "setTimeout"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 2375,
                                                  "end": 2382,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 43
                                                    }
                                                  },
                                                  "name": "resolve"
                                                },
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 2384,
                                                  "end": 2403,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 64
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2384,
                                                    "end": 2393,
                                                    "loc": {
                                                      "start": {
                                                        "line": 120,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 120,
                                                        "column": 54
                                                      }
                                                    },
                                                    "name": "Slideshow"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2394,
                                                    "end": 2403,
                                                    "loc": {
                                                      "start": {
                                                        "line": 120,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 120,
                                                        "column": 64
                                                      }
                                                    },
                                                    "name": "loopSpeed"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2422,
                                "end": 2426,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 11
                                  }
                                },
                                "name": "then"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 2427,
                                "end": 2474,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 7
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 2433,
                                  "end": 2474,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 2443,
                                      "end": 2466,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 31
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 2450,
                                        "end": 2465,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 30
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2450,
                                          "end": 2463,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2450,
                                            "end": 2454,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 19
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2455,
                                            "end": 2463,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 28
                                              }
                                            },
                                            "name": "showNext"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2483,
                            "end": 2487,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 7
                              },
                              "end": {
                                "line": 125,
                                "column": 11
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 2488,
                            "end": 2513,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 12
                              },
                              "end": {
                                "line": 125,
                                "column": 37
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2488,
                              "end": 2507,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 12
                                },
                                "end": {
                                  "line": 125,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2488,
                                "end": 2502,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2488,
                                  "end": 2492,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2493,
                                  "end": 2502,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 26
                                    }
                                  },
                                  "name": "startLoop"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2503,
                                "end": 2507,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 31
                                  }
                                },
                                "name": "bind"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "start": 2508,
                                "end": 2512,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 36
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2523,
              "end": 2702,
              "loc": {
                "start": {
                  "line": 128,
                  "column": 2
                },
                "end": {
                  "line": 137,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2523,
                "end": 2530,
                "loc": {
                  "start": {
                    "line": 128,
                    "column": 2
                  },
                  "end": {
                    "line": 128,
                    "column": 9
                  }
                },
                "name": "goRight"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2530,
                "end": 2702,
                "loc": {
                  "start": {
                    "line": 128,
                    "column": 9
                  },
                  "end": {
                    "line": 137,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2532,
                  "end": 2702,
                  "loc": {
                    "start": {
                      "line": 128,
                      "column": 11
                    },
                    "end": {
                      "line": 137,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2538,
                      "end": 2595,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 4
                        },
                        "end": {
                          "line": 131,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 2541,
                        "end": 2557,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 7
                          },
                          "end": {
                            "line": 129,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2541,
                          "end": 2545,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 7
                            },
                            "end": {
                              "line": 129,
                              "column": 11
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2546,
                          "end": 2557,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 12
                            },
                            "end": {
                              "line": 129,
                              "column": 23
                            }
                          },
                          "name": "isAnimating"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2558,
                        "end": 2595,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 24
                          },
                          "end": {
                            "line": 131,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 2566,
                            "end": 2589,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 6
                              },
                              "end": {
                                "line": 130,
                                "column": 29
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 2573,
                              "end": 2588,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 13
                                },
                                "end": {
                                  "line": 130,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2573,
                                "end": 2584,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2573,
                                  "end": 2580,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 20
                                    }
                                  },
                                  "name": "Promise"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2581,
                                  "end": 2584,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 24
                                    }
                                  },
                                  "name": "all"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrayExpression",
                                  "start": 2585,
                                  "end": 2587,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 27
                                    }
                                  },
                                  "elements": []
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2601,
                      "end": 2630,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 4
                        },
                        "end": {
                          "line": 133,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2601,
                        "end": 2629,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 4
                          },
                          "end": {
                            "line": 133,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2601,
                          "end": 2613,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 4
                            },
                            "end": {
                              "line": 133,
                              "column": 16
                            }
                          },
                          "name": "clearTimeout"
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 2614,
                            "end": 2628,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 17
                              },
                              "end": {
                                "line": 133,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2614,
                              "end": 2618,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 17
                                },
                                "end": {
                                  "line": 133,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2619,
                              "end": 2628,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 22
                                },
                                "end": {
                                  "line": 133,
                                  "column": 31
                                }
                              },
                              "name": "loopTimer"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 2636,
                      "end": 2698,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 4
                        },
                        "end": {
                          "line": 136,
                          "column": 39
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 2643,
                        "end": 2697,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 11
                          },
                          "end": {
                            "line": 136,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2643,
                          "end": 2670,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 11
                            },
                            "end": {
                              "line": 136,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 2643,
                            "end": 2658,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 11
                              },
                              "end": {
                                "line": 135,
                                "column": 26
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2643,
                              "end": 2656,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 11
                                },
                                "end": {
                                  "line": 135,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2643,
                                "end": 2647,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2648,
                                "end": 2656,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 24
                                  }
                                },
                                "name": "showNext"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2666,
                            "end": 2670,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 7
                              },
                              "end": {
                                "line": 136,
                                "column": 11
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 2671,
                            "end": 2696,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 12
                              },
                              "end": {
                                "line": 136,
                                "column": 37
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2671,
                              "end": 2690,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 12
                                },
                                "end": {
                                  "line": 136,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2671,
                                "end": 2685,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2671,
                                  "end": 2675,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2676,
                                  "end": 2685,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 26
                                    }
                                  },
                                  "name": "startLoop"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2686,
                                "end": 2690,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 31
                                  }
                                },
                                "name": "bind"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "start": 2691,
                                "end": 2695,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 36
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2706,
              "end": 2900,
              "loc": {
                "start": {
                  "line": 139,
                  "column": 2
                },
                "end": {
                  "line": 148,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2706,
                "end": 2712,
                "loc": {
                  "start": {
                    "line": 139,
                    "column": 2
                  },
                  "end": {
                    "line": 139,
                    "column": 8
                  }
                },
                "name": "goLeft"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2712,
                "end": 2900,
                "loc": {
                  "start": {
                    "line": 139,
                    "column": 8
                  },
                  "end": {
                    "line": 148,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2714,
                  "end": 2900,
                  "loc": {
                    "start": {
                      "line": 139,
                      "column": 10
                    },
                    "end": {
                      "line": 148,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2720,
                      "end": 2777,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 4
                        },
                        "end": {
                          "line": 142,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 2723,
                        "end": 2739,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 7
                          },
                          "end": {
                            "line": 140,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2723,
                          "end": 2727,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 7
                            },
                            "end": {
                              "line": 140,
                              "column": 11
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2728,
                          "end": 2739,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 12
                            },
                            "end": {
                              "line": 140,
                              "column": 23
                            }
                          },
                          "name": "isAnimating"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2740,
                        "end": 2777,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 24
                          },
                          "end": {
                            "line": 142,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 2748,
                            "end": 2771,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 6
                              },
                              "end": {
                                "line": 141,
                                "column": 29
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 2755,
                              "end": 2770,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 13
                                },
                                "end": {
                                  "line": 141,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2755,
                                "end": 2766,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2755,
                                  "end": 2762,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 20
                                    }
                                  },
                                  "name": "Promise"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2763,
                                  "end": 2766,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 24
                                    }
                                  },
                                  "name": "all"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrayExpression",
                                  "start": 2767,
                                  "end": 2769,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 27
                                    }
                                  },
                                  "elements": []
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2783,
                      "end": 2812,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 4
                        },
                        "end": {
                          "line": 144,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2783,
                        "end": 2811,
                        "loc": {
                          "start": {
                            "line": 144,
                            "column": 4
                          },
                          "end": {
                            "line": 144,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2783,
                          "end": 2795,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 4
                            },
                            "end": {
                              "line": 144,
                              "column": 16
                            }
                          },
                          "name": "clearTimeout"
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 2796,
                            "end": 2810,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 17
                              },
                              "end": {
                                "line": 144,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2796,
                              "end": 2800,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 17
                                },
                                "end": {
                                  "line": 144,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2801,
                              "end": 2810,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 22
                                },
                                "end": {
                                  "line": 144,
                                  "column": 31
                                }
                              },
                              "name": "loopTimer"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 2818,
                      "end": 2896,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 4
                        },
                        "end": {
                          "line": 147,
                          "column": 39
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 2825,
                        "end": 2895,
                        "loc": {
                          "start": {
                            "line": 146,
                            "column": 11
                          },
                          "end": {
                            "line": 147,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2825,
                          "end": 2868,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 11
                            },
                            "end": {
                              "line": 147,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 2825,
                            "end": 2856,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 11
                              },
                              "end": {
                                "line": 146,
                                "column": 42
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2825,
                              "end": 2838,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 11
                                },
                                "end": {
                                  "line": 146,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2825,
                                "end": 2829,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2830,
                                "end": 2838,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 24
                                  }
                                },
                                "name": "showNext"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 2839,
                                "end": 2855,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 41
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 2841,
                                    "end": 2854,
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 40
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2841,
                                      "end": 2848,
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 34
                                        }
                                      },
                                      "name": "reverse"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 2850,
                                      "end": 2854,
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 40
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2864,
                            "end": 2868,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 7
                              },
                              "end": {
                                "line": 147,
                                "column": 11
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 2869,
                            "end": 2894,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 12
                              },
                              "end": {
                                "line": 147,
                                "column": 37
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2869,
                              "end": 2888,
                              "loc": {
                                "start": {
                                  "line": 147,
                                  "column": 12
                                },
                                "end": {
                                  "line": 147,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2869,
                                "end": 2883,
                                "loc": {
                                  "start": {
                                    "line": 147,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 147,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2869,
                                  "end": 2873,
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 147,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2874,
                                  "end": 2883,
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 147,
                                      "column": 26
                                    }
                                  },
                                  "name": "startLoop"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2884,
                                "end": 2888,
                                "loc": {
                                  "start": {
                                    "line": 147,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 147,
                                    "column": 31
                                  }
                                },
                                "name": "bind"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "start": 2889,
                                "end": 2893,
                                "loc": {
                                  "start": {
                                    "line": 147,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 147,
                                    "column": 36
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2904,
              "end": 3195,
              "loc": {
                "start": {
                  "line": 150,
                  "column": 2
                },
                "end": {
                  "line": 163,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2904,
                "end": 2915,
                "loc": {
                  "start": {
                    "line": 150,
                    "column": 2
                  },
                  "end": {
                    "line": 150,
                    "column": 13
                  }
                },
                "name": "getNewState"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2915,
                "end": 3195,
                "loc": {
                  "start": {
                    "line": 150,
                    "column": 13
                  },
                  "end": {
                    "line": 163,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2918,
                  "end": 3195,
                  "loc": {
                    "start": {
                      "line": 150,
                      "column": 16
                    },
                    "end": {
                      "line": 163,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2924,
                      "end": 2979,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 4
                        },
                        "end": {
                          "line": 153,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2928,
                        "end": 2952,
                        "loc": {
                          "start": {
                            "line": 151,
                            "column": 8
                          },
                          "end": {
                            "line": 151,
                            "column": 32
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 2928,
                          "end": 2946,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 8
                            },
                            "end": {
                              "line": 151,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2928,
                            "end": 2939,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 8
                              },
                              "end": {
                                "line": 151,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2928,
                              "end": 2932,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 8
                                },
                                "end": {
                                  "line": 151,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2933,
                              "end": 2939,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 13
                                },
                                "end": {
                                  "line": 151,
                                  "column": 19
                                }
                              },
                              "name": "slides"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2940,
                            "end": 2946,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 20
                              },
                              "end": {
                                "line": 151,
                                "column": 26
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "Literal",
                          "start": 2951,
                          "end": 2952,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 31
                            },
                            "end": {
                              "line": 151,
                              "column": 32
                            }
                          },
                          "value": 1,
                          "rawValue": 1,
                          "raw": "1"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2954,
                        "end": 2979,
                        "loc": {
                          "start": {
                            "line": 151,
                            "column": 34
                          },
                          "end": {
                            "line": 153,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 2962,
                            "end": 2973,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 6
                              },
                              "end": {
                                "line": 152,
                                "column": 17
                              }
                            },
                            "argument": {
                              "type": "ArrayExpression",
                              "start": 2969,
                              "end": 2972,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 13
                                },
                                "end": {
                                  "line": 152,
                                  "column": 16
                                }
                              },
                              "elements": [
                                {
                                  "type": "Literal",
                                  "start": 2970,
                                  "end": 2971,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 15
                                    }
                                  },
                                  "value": 0,
                                  "rawValue": 0,
                                  "raw": "0"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2985,
                      "end": 2998,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 4
                        },
                        "end": {
                          "line": 155,
                          "column": 17
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2989,
                          "end": 2997,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 8
                            },
                            "end": {
                              "line": 155,
                              "column": 16
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2989,
                            "end": 2992,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 8
                              },
                              "end": {
                                "line": 155,
                                "column": 11
                              }
                            },
                            "name": "arr"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 2995,
                            "end": 2997,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 14
                              },
                              "end": {
                                "line": 155,
                                "column": 16
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ForStatement",
                      "start": 3004,
                      "end": 3105,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 4
                        },
                        "end": {
                          "line": 159,
                          "column": 5
                        }
                      },
                      "init": {
                        "type": "VariableDeclaration",
                        "start": 3008,
                        "end": 3029,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 8
                          },
                          "end": {
                            "line": 157,
                            "column": 29
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3012,
                            "end": 3029,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 12
                              },
                              "end": {
                                "line": 157,
                                "column": 29
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3012,
                              "end": 3013,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 12
                                },
                                "end": {
                                  "line": 157,
                                  "column": 13
                                }
                              },
                              "name": "i"
                            },
                            "init": {
                              "type": "UnaryExpression",
                              "start": 3016,
                              "end": 3029,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 16
                                },
                                "end": {
                                  "line": 157,
                                  "column": 29
                                }
                              },
                              "operator": "-",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 3017,
                                "end": 3029,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3017,
                                  "end": 3021,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 21
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3022,
                                  "end": 3029,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 29
                                    }
                                  },
                                  "name": "padding"
                                },
                                "computed": false
                              }
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3031,
                        "end": 3048,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 31
                          },
                          "end": {
                            "line": 157,
                            "column": 48
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3031,
                          "end": 3032,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 31
                            },
                            "end": {
                              "line": 157,
                              "column": 32
                            }
                          },
                          "name": "i"
                        },
                        "operator": "<=",
                        "right": {
                          "type": "MemberExpression",
                          "start": 3036,
                          "end": 3048,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 36
                            },
                            "end": {
                              "line": 157,
                              "column": 48
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3036,
                            "end": 3040,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 36
                              },
                              "end": {
                                "line": 157,
                                "column": 40
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3041,
                            "end": 3048,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 41
                              },
                              "end": {
                                "line": 157,
                                "column": 48
                              }
                            },
                            "name": "padding"
                          },
                          "computed": false
                        }
                      },
                      "update": {
                        "type": "UpdateExpression",
                        "start": 3050,
                        "end": 3053,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 50
                          },
                          "end": {
                            "line": 157,
                            "column": 53
                          }
                        },
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "Identifier",
                          "start": 3050,
                          "end": 3051,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 50
                            },
                            "end": {
                              "line": 157,
                              "column": 51
                            }
                          },
                          "name": "i"
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 3055,
                        "end": 3105,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 55
                          },
                          "end": {
                            "line": 159,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3063,
                            "end": 3099,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 6
                              },
                              "end": {
                                "line": 158,
                                "column": 42
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3063,
                              "end": 3098,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 6
                                },
                                "end": {
                                  "line": 158,
                                  "column": 41
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3063,
                                "end": 3071,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 14
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3063,
                                  "end": 3066,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 9
                                    }
                                  },
                                  "name": "arr"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3067,
                                  "end": 3071,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 14
                                    }
                                  },
                                  "name": "push"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 3072,
                                  "end": 3097,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 40
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3072,
                                    "end": 3094,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 3072,
                                      "end": 3076,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3077,
                                      "end": 3094,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 37
                                        }
                                      },
                                      "name": "getSlideFromIndex"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 3095,
                                      "end": 3096,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 39
                                        }
                                      },
                                      "name": "i"
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "trailingComments": null
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " E.G., make sure if the array has [0,0,0], it only returns [0]",
                          "start": 3111,
                          "end": 3175,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 4
                            },
                            "end": {
                              "line": 161,
                              "column": 68
                            }
                          },
                          "range": [
                            3111,
                            3175
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3180,
                      "end": 3191,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 4
                        },
                        "end": {
                          "line": 162,
                          "column": 15
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 3187,
                        "end": 3190,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 11
                          },
                          "end": {
                            "line": 162,
                            "column": 14
                          }
                        },
                        "name": "arr",
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " E.G., make sure if the array has [0,0,0], it only returns [0]",
                          "start": 3111,
                          "end": 3175,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 4
                            },
                            "end": {
                              "line": 161,
                              "column": 68
                            }
                          },
                          "range": [
                            3111,
                            3175
                          ]
                        }
                      ]
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " TODO: Fix double overflow (more then one circle)",
                  "start": 3199,
                  "end": 3250,
                  "loc": {
                    "start": {
                      "line": 165,
                      "column": 2
                    },
                    "end": {
                      "line": 165,
                      "column": 53
                    }
                  },
                  "range": [
                    3199,
                    3250
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 3253,
              "end": 3686,
              "loc": {
                "start": {
                  "line": 166,
                  "column": 2
                },
                "end": {
                  "line": 184,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3253,
                "end": 3270,
                "loc": {
                  "start": {
                    "line": 166,
                    "column": 2
                  },
                  "end": {
                    "line": 166,
                    "column": 19
                  }
                },
                "name": "getSlideFromIndex",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3270,
                "end": 3686,
                "loc": {
                  "start": {
                    "line": 166,
                    "column": 19
                  },
                  "end": {
                    "line": 184,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3271,
                    "end": 3276,
                    "loc": {
                      "start": {
                        "line": 166,
                        "column": 20
                      },
                      "end": {
                        "line": 166,
                        "column": 25
                      }
                    },
                    "name": "index"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3277,
                  "end": 3686,
                  "loc": {
                    "start": {
                      "line": 166,
                      "column": 26
                    },
                    "end": {
                      "line": 184,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3283,
                      "end": 3325,
                      "loc": {
                        "start": {
                          "line": 167,
                          "column": 4
                        },
                        "end": {
                          "line": 167,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3287,
                          "end": 3324,
                          "loc": {
                            "start": {
                              "line": 167,
                              "column": 8
                            },
                            "end": {
                              "line": 167,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3287,
                            "end": 3299,
                            "loc": {
                              "start": {
                                "line": 167,
                                "column": 8
                              },
                              "end": {
                                "line": 167,
                                "column": 20
                              }
                            },
                            "name": "currentIndex"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3302,
                            "end": 3324,
                            "loc": {
                              "start": {
                                "line": 167,
                                "column": 23
                              },
                              "end": {
                                "line": 167,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3302,
                              "end": 3306,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 23
                                },
                                "end": {
                                  "line": 167,
                                  "column": 27
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3307,
                              "end": 3324,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 28
                                },
                                "end": {
                                  "line": 167,
                                  "column": 45
                                }
                              },
                              "name": "currentSlideIndex"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3330,
                      "end": 3367,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 4
                        },
                        "end": {
                          "line": 168,
                          "column": 41
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3334,
                          "end": 3366,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 8
                            },
                            "end": {
                              "line": 168,
                              "column": 40
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3334,
                            "end": 3343,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 8
                              },
                              "end": {
                                "line": 168,
                                "column": 17
                              }
                            },
                            "name": "nextIndex"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 3346,
                            "end": 3366,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 20
                              },
                              "end": {
                                "line": 168,
                                "column": 40
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 3346,
                              "end": 3358,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 20
                                },
                                "end": {
                                  "line": 168,
                                  "column": 32
                                }
                              },
                              "name": "currentIndex"
                            },
                            "operator": "+",
                            "right": {
                              "type": "Identifier",
                              "start": 3361,
                              "end": 3366,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 35
                                },
                                "end": {
                                  "line": 168,
                                  "column": 40
                                }
                              },
                              "name": "index"
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3372,
                      "end": 3395,
                      "loc": {
                        "start": {
                          "line": 169,
                          "column": 4
                        },
                        "end": {
                          "line": 169,
                          "column": 27
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3376,
                          "end": 3394,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 8
                            },
                            "end": {
                              "line": 169,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3376,
                            "end": 3382,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 8
                              },
                              "end": {
                                "line": 169,
                                "column": 14
                              }
                            },
                            "name": "output"
                          },
                          "init": {
                            "type": "Identifier",
                            "start": 3385,
                            "end": 3394,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 17
                              },
                              "end": {
                                "line": 169,
                                "column": 26
                              }
                            },
                            "name": "nextIndex"
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 3401,
                      "end": 3486,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 4
                        },
                        "end": {
                          "line": 173,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3404,
                        "end": 3417,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 7
                          },
                          "end": {
                            "line": 171,
                            "column": 20
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3404,
                          "end": 3413,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 7
                            },
                            "end": {
                              "line": 171,
                              "column": 16
                            }
                          },
                          "name": "nextIndex"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Literal",
                          "start": 3416,
                          "end": 3417,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 19
                            },
                            "end": {
                              "line": 171,
                              "column": 20
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3419,
                        "end": 3486,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 22
                          },
                          "end": {
                            "line": 173,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3427,
                            "end": 3480,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 6
                              },
                              "end": {
                                "line": 172,
                                "column": 59
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3427,
                              "end": 3479,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 6
                                },
                                "end": {
                                  "line": 172,
                                  "column": 58
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 3427,
                                "end": 3433,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 12
                                  }
                                },
                                "name": "output"
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "start": 3436,
                                "end": 3479,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 58
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 3436,
                                  "end": 3471,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 50
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 3437,
                                    "end": 3455,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3437,
                                      "end": 3448,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 3437,
                                        "end": 3441,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3442,
                                        "end": 3448,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 27
                                          }
                                        },
                                        "name": "slides"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3449,
                                      "end": 3455,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 34
                                        }
                                      },
                                      "name": "length"
                                    },
                                    "computed": false,
                                    "parenthesizedExpression": true
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 3459,
                                    "end": 3471,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 50
                                      }
                                    },
                                    "name": "currentIndex"
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "Identifier",
                                  "start": 3474,
                                  "end": 3479,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 58
                                    }
                                  },
                                  "name": "index"
                                }
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 3492,
                      "end": 3586,
                      "loc": {
                        "start": {
                          "line": 175,
                          "column": 4
                        },
                        "end": {
                          "line": 177,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3495,
                        "end": 3529,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 7
                          },
                          "end": {
                            "line": 175,
                            "column": 41
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3495,
                          "end": 3504,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 7
                            },
                            "end": {
                              "line": 175,
                              "column": 16
                            }
                          },
                          "name": "nextIndex"
                        },
                        "operator": ">",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 3507,
                          "end": 3529,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 19
                            },
                            "end": {
                              "line": 175,
                              "column": 41
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 3507,
                            "end": 3525,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 19
                              },
                              "end": {
                                "line": 175,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3507,
                              "end": 3518,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 19
                                },
                                "end": {
                                  "line": 175,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3507,
                                "end": 3511,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 23
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3512,
                                "end": 3518,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 30
                                  }
                                },
                                "name": "slides"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3519,
                              "end": 3525,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 31
                                },
                                "end": {
                                  "line": 175,
                                  "column": 37
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": "-",
                          "right": {
                            "type": "Literal",
                            "start": 3528,
                            "end": 3529,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 40
                              },
                              "end": {
                                "line": 175,
                                "column": 41
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3530,
                        "end": 3586,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 42
                          },
                          "end": {
                            "line": 177,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3538,
                            "end": 3580,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 6
                              },
                              "end": {
                                "line": 176,
                                "column": 48
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3538,
                              "end": 3579,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 6
                                },
                                "end": {
                                  "line": 176,
                                  "column": 47
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 3538,
                                "end": 3544,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 12
                                  }
                                },
                                "name": "output"
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "start": 3547,
                                "end": 3579,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 47
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 3547,
                                  "end": 3556,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 24
                                    }
                                  },
                                  "name": "nextIndex"
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 3560,
                                  "end": 3578,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3560,
                                    "end": 3571,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 3560,
                                      "end": 3564,
                                      "loc": {
                                        "start": {
                                          "line": 176,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 176,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3565,
                                      "end": 3571,
                                      "loc": {
                                        "start": {
                                          "line": 176,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 176,
                                          "column": 39
                                        }
                                      },
                                      "name": "slides"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3572,
                                    "end": 3578,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 46
                                      }
                                    },
                                    "name": "length"
                                  },
                                  "computed": false,
                                  "parenthesizedExpression": true
                                }
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 3592,
                      "end": 3662,
                      "loc": {
                        "start": {
                          "line": 179,
                          "column": 4
                        },
                        "end": {
                          "line": 181,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 3595,
                        "end": 3637,
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 7
                          },
                          "end": {
                            "line": 179,
                            "column": 49
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 3595,
                          "end": 3605,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 7
                            },
                            "end": {
                              "line": 179,
                              "column": 17
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 3595,
                            "end": 3601,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 7
                              },
                              "end": {
                                "line": 179,
                                "column": 13
                              }
                            },
                            "name": "output"
                          },
                          "operator": "<",
                          "right": {
                            "type": "Literal",
                            "start": 3604,
                            "end": 3605,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 16
                              },
                              "end": {
                                "line": 179,
                                "column": 17
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 3609,
                          "end": 3637,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 21
                            },
                            "end": {
                              "line": 179,
                              "column": 49
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 3609,
                            "end": 3615,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 21
                              },
                              "end": {
                                "line": 179,
                                "column": 27
                              }
                            },
                            "name": "output"
                          },
                          "operator": ">=",
                          "right": {
                            "type": "MemberExpression",
                            "start": 3619,
                            "end": 3637,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 31
                              },
                              "end": {
                                "line": 179,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3619,
                              "end": 3630,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 31
                                },
                                "end": {
                                  "line": 179,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3619,
                                "end": 3623,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 35
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3624,
                                "end": 3630,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 42
                                  }
                                },
                                "name": "slides"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3631,
                              "end": 3637,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 43
                                },
                                "end": {
                                  "line": 179,
                                  "column": 49
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3639,
                        "end": 3662,
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 51
                          },
                          "end": {
                            "line": 181,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 3647,
                            "end": 3656,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 6
                              },
                              "end": {
                                "line": 180,
                                "column": 15
                              }
                            },
                            "argument": {
                              "type": "Literal",
                              "start": 3654,
                              "end": 3655,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 13
                                },
                                "end": {
                                  "line": 180,
                                  "column": 14
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3668,
                      "end": 3682,
                      "loc": {
                        "start": {
                          "line": 183,
                          "column": 4
                        },
                        "end": {
                          "line": 183,
                          "column": 18
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 3675,
                        "end": 3681,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 11
                          },
                          "end": {
                            "line": 183,
                            "column": 17
                          }
                        },
                        "name": "output"
                      }
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " TODO: Fix double overflow (more then one circle)",
                  "start": 3199,
                  "end": 3250,
                  "loc": {
                    "start": {
                      "line": 165,
                      "column": 2
                    },
                    "end": {
                      "line": 165,
                      "column": 53
                    }
                  },
                  "range": [
                    3199,
                    3250
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 3690,
              "end": 3928,
              "loc": {
                "start": {
                  "line": 186,
                  "column": 2
                },
                "end": {
                  "line": 196,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3690,
                "end": 3703,
                "loc": {
                  "start": {
                    "line": 186,
                    "column": 2
                  },
                  "end": {
                    "line": 186,
                    "column": 15
                  }
                },
                "name": "setCssClasses"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3703,
                "end": 3928,
                "loc": {
                  "start": {
                    "line": 186,
                    "column": 15
                  },
                  "end": {
                    "line": 196,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3706,
                  "end": 3928,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 18
                    },
                    "end": {
                      "line": 196,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3712,
                      "end": 3734,
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 4
                        },
                        "end": {
                          "line": 187,
                          "column": 26
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3716,
                          "end": 3733,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 8
                            },
                            "end": {
                              "line": 187,
                              "column": 25
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3716,
                            "end": 3717,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 8
                              },
                              "end": {
                                "line": 187,
                                "column": 9
                              }
                            },
                            "name": "i"
                          },
                          "init": {
                            "type": "UnaryExpression",
                            "start": 3720,
                            "end": 3733,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 12
                              },
                              "end": {
                                "line": 187,
                                "column": 25
                              }
                            },
                            "operator": "-",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 3721,
                              "end": 3733,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 13
                                },
                                "end": {
                                  "line": 187,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3721,
                                "end": 3725,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 17
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3726,
                                "end": 3733,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 25
                                  }
                                },
                                "name": "padding"
                              },
                              "computed": false
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3740,
                      "end": 3851,
                      "loc": {
                        "start": {
                          "line": 189,
                          "column": 4
                        },
                        "end": {
                          "line": 191,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3740,
                        "end": 3850,
                        "loc": {
                          "start": {
                            "line": 189,
                            "column": 4
                          },
                          "end": {
                            "line": 191,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3740,
                          "end": 3758,
                          "loc": {
                            "start": {
                              "line": 189,
                              "column": 4
                            },
                            "end": {
                              "line": 189,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3740,
                            "end": 3750,
                            "loc": {
                              "start": {
                                "line": 189,
                                "column": 4
                              },
                              "end": {
                                "line": 189,
                                "column": 14
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3740,
                              "end": 3744,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 4
                                },
                                "end": {
                                  "line": 189,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3745,
                              "end": 3750,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 9
                                },
                                "end": {
                                  "line": 189,
                                  "column": 14
                                }
                              },
                              "name": "stack"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3751,
                            "end": 3758,
                            "loc": {
                              "start": {
                                "line": 189,
                                "column": 15
                              },
                              "end": {
                                "line": 189,
                                "column": 22
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3759,
                            "end": 3849,
                            "loc": {
                              "start": {
                                "line": 189,
                                "column": 23
                              },
                              "end": {
                                "line": 191,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 3760,
                                "end": 3763,
                                "loc": {
                                  "start": {
                                    "line": 189,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 189,
                                    "column": 27
                                  }
                                },
                                "name": "$el"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3768,
                              "end": 3849,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 32
                                },
                                "end": {
                                  "line": 191,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3776,
                                  "end": 3843,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 73
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3776,
                                    "end": 3842,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 72
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3776,
                                      "end": 3784,
                                      "loc": {
                                        "start": {
                                          "line": 190,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 190,
                                          "column": 14
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3776,
                                        "end": 3779,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 9
                                          }
                                        },
                                        "name": "$el"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3780,
                                        "end": 3784,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 14
                                          }
                                        },
                                        "name": "attr"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 3785,
                                        "end": 3792,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 22
                                          }
                                        },
                                        "value": "class",
                                        "rawValue": "class",
                                        "raw": "\"class\""
                                      },
                                      {
                                        "type": "BinaryExpression",
                                        "start": 3794,
                                        "end": 3841,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 71
                                          }
                                        },
                                        "left": {
                                          "type": "Literal",
                                          "start": 3794,
                                          "end": 3835,
                                          "loc": {
                                            "start": {
                                              "line": 190,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 190,
                                              "column": 65
                                            }
                                          },
                                          "value": "slideshow__slide slideshow__slide--num_",
                                          "rawValue": "slideshow__slide slideshow__slide--num_",
                                          "raw": "\"slideshow__slide slideshow__slide--num_\""
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "UpdateExpression",
                                          "start": 3838,
                                          "end": 3841,
                                          "loc": {
                                            "start": {
                                              "line": 190,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 190,
                                              "column": 71
                                            }
                                          },
                                          "operator": "++",
                                          "prefix": false,
                                          "argument": {
                                            "type": "Identifier",
                                            "start": 3838,
                                            "end": 3839,
                                            "loc": {
                                              "start": {
                                                "line": 190,
                                                "column": 68
                                              },
                                              "end": {
                                                "line": 190,
                                                "column": 69
                                              }
                                            },
                                            "name": "i"
                                          }
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 3857,
                      "end": 3924,
                      "loc": {
                        "start": {
                          "line": 193,
                          "column": 4
                        },
                        "end": {
                          "line": 195,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 3861,
                        "end": 3886,
                        "loc": {
                          "start": {
                            "line": 193,
                            "column": 8
                          },
                          "end": {
                            "line": 193,
                            "column": 33
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3861,
                          "end": 3873,
                          "loc": {
                            "start": {
                              "line": 193,
                              "column": 8
                            },
                            "end": {
                              "line": 193,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3861,
                            "end": 3865,
                            "loc": {
                              "start": {
                                "line": 193,
                                "column": 8
                              },
                              "end": {
                                "line": 193,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3866,
                            "end": 3873,
                            "loc": {
                              "start": {
                                "line": 193,
                                "column": 13
                              },
                              "end": {
                                "line": 193,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3874,
                          "end": 3886,
                          "loc": {
                            "start": {
                              "line": 193,
                              "column": 21
                            },
                            "end": {
                              "line": 193,
                              "column": 33
                            }
                          },
                          "name": "showProgress"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3888,
                        "end": 3924,
                        "loc": {
                          "start": {
                            "line": 193,
                            "column": 35
                          },
                          "end": {
                            "line": 195,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3896,
                            "end": 3918,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 6
                              },
                              "end": {
                                "line": 194,
                                "column": 28
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3896,
                              "end": 3917,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 6
                                },
                                "end": {
                                  "line": 194,
                                  "column": 27
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3896,
                                "end": 3915,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3896,
                                  "end": 3900,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3901,
                                  "end": 3915,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 25
                                    }
                                  },
                                  "name": "updateProgress"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3932,
              "end": 5302,
              "loc": {
                "start": {
                  "line": 198,
                  "column": 2
                },
                "end": {
                  "line": 243,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3932,
                "end": 3940,
                "loc": {
                  "start": {
                    "line": 198,
                    "column": 2
                  },
                  "end": {
                    "line": 198,
                    "column": 10
                  }
                },
                "name": "showNext"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3940,
                "end": 5302,
                "loc": {
                  "start": {
                    "line": 198,
                    "column": 10
                  },
                  "end": {
                    "line": 243,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 3941,
                    "end": 3965,
                    "loc": {
                      "start": {
                        "line": 198,
                        "column": 11
                      },
                      "end": {
                        "line": 198,
                        "column": 35
                      }
                    },
                    "left": {
                      "type": "ObjectPattern",
                      "start": 3941,
                      "end": 3960,
                      "loc": {
                        "start": {
                          "line": 198,
                          "column": 11
                        },
                        "end": {
                          "line": 198,
                          "column": 30
                        }
                      },
                      "properties": [
                        {
                          "type": "Property",
                          "start": 3943,
                          "end": 3958,
                          "loc": {
                            "start": {
                              "line": 198,
                              "column": 13
                            },
                            "end": {
                              "line": 198,
                              "column": 28
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3943,
                            "end": 3950,
                            "loc": {
                              "start": {
                                "line": 198,
                                "column": 13
                              },
                              "end": {
                                "line": 198,
                                "column": 20
                              }
                            },
                            "name": "reverse"
                          },
                          "kind": "init",
                          "value": {
                            "type": "AssignmentPattern",
                            "start": 3943,
                            "end": 3958,
                            "loc": {
                              "start": {
                                "line": 198,
                                "column": 13
                              },
                              "end": {
                                "line": 198,
                                "column": 28
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 3943,
                              "end": 3950,
                              "loc": {
                                "start": {
                                  "line": 198,
                                  "column": 13
                                },
                                "end": {
                                  "line": 198,
                                  "column": 20
                                }
                              },
                              "name": "reverse"
                            },
                            "right": {
                              "type": "Literal",
                              "start": 3953,
                              "end": 3958,
                              "loc": {
                                "start": {
                                  "line": 198,
                                  "column": 23
                                },
                                "end": {
                                  "line": 198,
                                  "column": 28
                                }
                              },
                              "value": false,
                              "rawValue": false,
                              "raw": "false"
                            }
                          }
                        }
                      ]
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 3963,
                      "end": 3965,
                      "loc": {
                        "start": {
                          "line": 198,
                          "column": 33
                        },
                        "end": {
                          "line": 198,
                          "column": 35
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3966,
                  "end": 5302,
                  "loc": {
                    "start": {
                      "line": 198,
                      "column": 36
                    },
                    "end": {
                      "line": 243,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3972,
                      "end": 4124,
                      "loc": {
                        "start": {
                          "line": 199,
                          "column": 4
                        },
                        "end": {
                          "line": 201,
                          "column": 48
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3976,
                          "end": 4123,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 8
                            },
                            "end": {
                              "line": 201,
                              "column": 47
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3976,
                            "end": 3988,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 8
                              },
                              "end": {
                                "line": 199,
                                "column": 20
                              }
                            },
                            "name": "currentIndex"
                          },
                          "init": {
                            "type": "AssignmentExpression",
                            "start": 3991,
                            "end": 4123,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 23
                              },
                              "end": {
                                "line": 201,
                                "column": 47
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 3991,
                              "end": 4013,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 23
                                },
                                "end": {
                                  "line": 199,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3991,
                                "end": 3995,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 27
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3996,
                                "end": 4013,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 45
                                  }
                                },
                                "name": "currentSlideIndex"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "ConditionalExpression",
                              "start": 4016,
                              "end": 4123,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 48
                                },
                                "end": {
                                  "line": 201,
                                  "column": 47
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 4016,
                                "end": 4023,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 55
                                  }
                                },
                                "name": "reverse"
                              },
                              "consequent": {
                                "type": "CallExpression",
                                "start": 4032,
                                "end": 4073,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 47
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4032,
                                  "end": 4049,
                                  "loc": {
                                    "start": {
                                      "line": 200,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 200,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4032,
                                    "end": 4036,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4037,
                                    "end": 4049,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 23
                                      }
                                    },
                                    "name": "getPrevIndex"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 4050,
                                    "end": 4072,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 46
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4050,
                                      "end": 4054,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4055,
                                      "end": 4072,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 46
                                        }
                                      },
                                      "name": "currentSlideIndex"
                                    },
                                    "computed": false
                                  }
                                ]
                              },
                              "alternate": {
                                "type": "CallExpression",
                                "start": 4082,
                                "end": 4123,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 201,
                                    "column": 47
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4082,
                                  "end": 4099,
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 201,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4082,
                                    "end": 4086,
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4087,
                                    "end": 4099,
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 23
                                      }
                                    },
                                    "name": "getNextIndex"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 4100,
                                    "end": 4122,
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 46
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4100,
                                      "end": 4104,
                                      "loc": {
                                        "start": {
                                          "line": 201,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 201,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4105,
                                      "end": 4122,
                                      "loc": {
                                        "start": {
                                          "line": 201,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 201,
                                          "column": 46
                                        }
                                      },
                                      "name": "currentSlideIndex"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4130,
                      "end": 4161,
                      "loc": {
                        "start": {
                          "line": 203,
                          "column": 4
                        },
                        "end": {
                          "line": 203,
                          "column": 35
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4134,
                          "end": 4160,
                          "loc": {
                            "start": {
                              "line": 203,
                              "column": 8
                            },
                            "end": {
                              "line": 203,
                              "column": 34
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4134,
                            "end": 4139,
                            "loc": {
                              "start": {
                                "line": 203,
                                "column": 8
                              },
                              "end": {
                                "line": 203,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 4142,
                            "end": 4160,
                            "loc": {
                              "start": {
                                "line": 203,
                                "column": 16
                              },
                              "end": {
                                "line": 203,
                                "column": 34
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4142,
                              "end": 4158,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 16
                                },
                                "end": {
                                  "line": 203,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4142,
                                "end": 4146,
                                "loc": {
                                  "start": {
                                    "line": 203,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4147,
                                "end": 4158,
                                "loc": {
                                  "start": {
                                    "line": 203,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 32
                                  }
                                },
                                "name": "getNewState"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4167,
                      "end": 4191,
                      "loc": {
                        "start": {
                          "line": 205,
                          "column": 4
                        },
                        "end": {
                          "line": 205,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4167,
                        "end": 4190,
                        "loc": {
                          "start": {
                            "line": 205,
                            "column": 4
                          },
                          "end": {
                            "line": 205,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4167,
                          "end": 4183,
                          "loc": {
                            "start": {
                              "line": 205,
                              "column": 4
                            },
                            "end": {
                              "line": 205,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4167,
                            "end": 4171,
                            "loc": {
                              "start": {
                                "line": 205,
                                "column": 4
                              },
                              "end": {
                                "line": 205,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4172,
                            "end": 4183,
                            "loc": {
                              "start": {
                                "line": 205,
                                "column": 9
                              },
                              "end": {
                                "line": 205,
                                "column": 20
                              }
                            },
                            "name": "isAnimating"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 4186,
                          "end": 4190,
                          "loc": {
                            "start": {
                              "line": 205,
                              "column": 23
                            },
                            "end": {
                              "line": 205,
                              "column": 27
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " remove first/last element of stack, [0,1,2,3] -> [1,2,3]",
                          "start": 4197,
                          "end": 4256,
                          "loc": {
                            "start": {
                              "line": 207,
                              "column": 4
                            },
                            "end": {
                              "line": 207,
                              "column": 63
                            }
                          },
                          "range": [
                            4197,
                            4256
                          ]
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4261,
                      "end": 4327,
                      "loc": {
                        "start": {
                          "line": 208,
                          "column": 4
                        },
                        "end": {
                          "line": 208,
                          "column": 70
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4265,
                          "end": 4326,
                          "loc": {
                            "start": {
                              "line": 208,
                              "column": 8
                            },
                            "end": {
                              "line": 208,
                              "column": 69
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4265,
                            "end": 4276,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 8
                              },
                              "end": {
                                "line": 208,
                                "column": 19
                              }
                            },
                            "name": "toBeRemoved",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 4279,
                            "end": 4326,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 22
                              },
                              "end": {
                                "line": 208,
                                "column": 69
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 4279,
                              "end": 4286,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 22
                                },
                                "end": {
                                  "line": 208,
                                  "column": 29
                                }
                              },
                              "name": "reverse"
                            },
                            "consequent": {
                              "type": "CallExpression",
                              "start": 4289,
                              "end": 4305,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 32
                                },
                                "end": {
                                  "line": 208,
                                  "column": 48
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4289,
                                "end": 4303,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 46
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4289,
                                  "end": 4299,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4289,
                                    "end": 4293,
                                    "loc": {
                                      "start": {
                                        "line": 208,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 208,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4294,
                                    "end": 4299,
                                    "loc": {
                                      "start": {
                                        "line": 208,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 208,
                                        "column": 42
                                      }
                                    },
                                    "name": "stack"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4300,
                                  "end": 4303,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 46
                                    }
                                  },
                                  "name": "pop"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "alternate": {
                              "type": "CallExpression",
                              "start": 4308,
                              "end": 4326,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 51
                                },
                                "end": {
                                  "line": 208,
                                  "column": 69
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4308,
                                "end": 4324,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 67
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4308,
                                  "end": 4318,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 61
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4308,
                                    "end": 4312,
                                    "loc": {
                                      "start": {
                                        "line": 208,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 208,
                                        "column": 55
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4313,
                                    "end": 4318,
                                    "loc": {
                                      "start": {
                                        "line": 208,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 208,
                                        "column": 61
                                      }
                                    },
                                    "name": "stack"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4319,
                                  "end": 4324,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 67
                                    }
                                  },
                                  "name": "shift"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "let",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " remove first/last element of stack, [0,1,2,3] -> [1,2,3]",
                          "start": 4197,
                          "end": 4256,
                          "loc": {
                            "start": {
                              "line": 207,
                              "column": 4
                            },
                            "end": {
                              "line": 207,
                              "column": 63
                            }
                          },
                          "range": [
                            4197,
                            4256
                          ]
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " add new item to stack, [1,2,3] -> [1,2,3,4]",
                          "start": 4333,
                          "end": 4379,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 4
                            },
                            "end": {
                              "line": 210,
                              "column": 50
                            }
                          },
                          "range": [
                            4333,
                            4379
                          ]
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4384,
                      "end": 4447,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 4
                        },
                        "end": {
                          "line": 211,
                          "column": 67
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4388,
                          "end": 4446,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 8
                            },
                            "end": {
                              "line": 211,
                              "column": 66
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4388,
                            "end": 4399,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 8
                              },
                              "end": {
                                "line": 211,
                                "column": 19
                              }
                            },
                            "name": "nextIndexIn",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 4402,
                            "end": 4446,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 22
                              },
                              "end": {
                                "line": 211,
                                "column": 66
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 4402,
                              "end": 4409,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 22
                                },
                                "end": {
                                  "line": 211,
                                  "column": 29
                                }
                              },
                              "name": "reverse"
                            },
                            "consequent": {
                              "type": "MemberExpression",
                              "start": 4412,
                              "end": 4420,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 32
                                },
                                "end": {
                                  "line": 211,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4412,
                                "end": 4417,
                                "loc": {
                                  "start": {
                                    "line": 211,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 211,
                                    "column": 37
                                  }
                                },
                                "name": "state"
                              },
                              "property": {
                                "type": "Literal",
                                "start": 4418,
                                "end": 4419,
                                "loc": {
                                  "start": {
                                    "line": 211,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 211,
                                    "column": 39
                                  }
                                },
                                "value": 0,
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "computed": true
                            },
                            "alternate": {
                              "type": "MemberExpression",
                              "start": 4423,
                              "end": 4446,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 43
                                },
                                "end": {
                                  "line": 211,
                                  "column": 66
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4423,
                                "end": 4428,
                                "loc": {
                                  "start": {
                                    "line": 211,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 211,
                                    "column": 48
                                  }
                                },
                                "name": "state"
                              },
                              "property": {
                                "type": "BinaryExpression",
                                "start": 4429,
                                "end": 4445,
                                "loc": {
                                  "start": {
                                    "line": 211,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 211,
                                    "column": 65
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 4429,
                                  "end": 4441,
                                  "loc": {
                                    "start": {
                                      "line": 211,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 211,
                                      "column": 61
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4429,
                                    "end": 4434,
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 54
                                      }
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4435,
                                    "end": 4441,
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 61
                                      }
                                    },
                                    "name": "length"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "Literal",
                                  "start": 4444,
                                  "end": 4445,
                                  "loc": {
                                    "start": {
                                      "line": 211,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 211,
                                      "column": 65
                                    }
                                  },
                                  "value": 1,
                                  "rawValue": 1,
                                  "raw": "1"
                                }
                              },
                              "computed": true
                            }
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "let",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " add new item to stack, [1,2,3] -> [1,2,3,4]",
                          "start": 4333,
                          "end": 4379,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 4
                            },
                            "end": {
                              "line": 210,
                              "column": 50
                            }
                          },
                          "range": [
                            4333,
                            4379
                          ]
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4452,
                      "end": 4493,
                      "loc": {
                        "start": {
                          "line": 212,
                          "column": 4
                        },
                        "end": {
                          "line": 212,
                          "column": 45
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4456,
                          "end": 4492,
                          "loc": {
                            "start": {
                              "line": 212,
                              "column": 8
                            },
                            "end": {
                              "line": 212,
                              "column": 44
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4456,
                            "end": 4465,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 8
                              },
                              "end": {
                                "line": 212,
                                "column": 17
                              }
                            },
                            "name": "nextSlide"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 4468,
                            "end": 4492,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 20
                              },
                              "end": {
                                "line": 212,
                                "column": 44
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4468,
                              "end": 4479,
                              "loc": {
                                "start": {
                                  "line": 212,
                                  "column": 20
                                },
                                "end": {
                                  "line": 212,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4468,
                                "end": 4472,
                                "loc": {
                                  "start": {
                                    "line": 212,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 212,
                                    "column": 24
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4473,
                                "end": 4479,
                                "loc": {
                                  "start": {
                                    "line": 212,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 212,
                                    "column": 31
                                  }
                                },
                                "name": "slides"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4480,
                              "end": 4491,
                              "loc": {
                                "start": {
                                  "line": 212,
                                  "column": 32
                                },
                                "end": {
                                  "line": 212,
                                  "column": 43
                                }
                              },
                              "name": "nextIndexIn"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4498,
                      "end": 4534,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 4
                        },
                        "end": {
                          "line": 213,
                          "column": 40
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4502,
                          "end": 4533,
                          "loc": {
                            "start": {
                              "line": 213,
                              "column": 8
                            },
                            "end": {
                              "line": 213,
                              "column": 39
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4502,
                            "end": 4508,
                            "loc": {
                              "start": {
                                "line": 213,
                                "column": 8
                              },
                              "end": {
                                "line": 213,
                                "column": 14
                              }
                            },
                            "name": "nextEl"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 4511,
                            "end": 4533,
                            "loc": {
                              "start": {
                                "line": 213,
                                "column": 17
                              },
                              "end": {
                                "line": 213,
                                "column": 39
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4511,
                              "end": 4531,
                              "loc": {
                                "start": {
                                  "line": 213,
                                  "column": 17
                                },
                                "end": {
                                  "line": 213,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4511,
                                "end": 4520,
                                "loc": {
                                  "start": {
                                    "line": 213,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 213,
                                    "column": 26
                                  }
                                },
                                "name": "nextSlide"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4521,
                                "end": 4531,
                                "loc": {
                                  "start": {
                                    "line": 213,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 213,
                                    "column": 37
                                  }
                                },
                                "name": "getElement"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 4540,
                      "end": 4636,
                      "loc": {
                        "start": {
                          "line": 215,
                          "column": 4
                        },
                        "end": {
                          "line": 219,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 4543,
                        "end": 4550,
                        "loc": {
                          "start": {
                            "line": 215,
                            "column": 7
                          },
                          "end": {
                            "line": 215,
                            "column": 14
                          }
                        },
                        "name": "reverse"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4551,
                        "end": 4592,
                        "loc": {
                          "start": {
                            "line": 215,
                            "column": 15
                          },
                          "end": {
                            "line": 217,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4559,
                            "end": 4586,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 6
                              },
                              "end": {
                                "line": 216,
                                "column": 33
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 4559,
                              "end": 4585,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 6
                                },
                                "end": {
                                  "line": 216,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4559,
                                "end": 4577,
                                "loc": {
                                  "start": {
                                    "line": 216,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 216,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4559,
                                  "end": 4569,
                                  "loc": {
                                    "start": {
                                      "line": 216,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 216,
                                      "column": 16
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4559,
                                    "end": 4563,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4564,
                                    "end": 4569,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 16
                                      }
                                    },
                                    "name": "stack"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4570,
                                  "end": 4577,
                                  "loc": {
                                    "start": {
                                      "line": 216,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 216,
                                      "column": 24
                                    }
                                  },
                                  "name": "unshift"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4578,
                                  "end": 4584,
                                  "loc": {
                                    "start": {
                                      "line": 216,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 216,
                                      "column": 31
                                    }
                                  },
                                  "name": "nextEl"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 4598,
                        "end": 4636,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 11
                          },
                          "end": {
                            "line": 219,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4606,
                            "end": 4630,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 6
                              },
                              "end": {
                                "line": 218,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 4606,
                              "end": 4629,
                              "loc": {
                                "start": {
                                  "line": 218,
                                  "column": 6
                                },
                                "end": {
                                  "line": 218,
                                  "column": 29
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4606,
                                "end": 4621,
                                "loc": {
                                  "start": {
                                    "line": 218,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 218,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4606,
                                  "end": 4616,
                                  "loc": {
                                    "start": {
                                      "line": 218,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 218,
                                      "column": 16
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4606,
                                    "end": 4610,
                                    "loc": {
                                      "start": {
                                        "line": 218,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 218,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4611,
                                    "end": 4616,
                                    "loc": {
                                      "start": {
                                        "line": 218,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 218,
                                        "column": 16
                                      }
                                    },
                                    "name": "stack"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4617,
                                  "end": 4621,
                                  "loc": {
                                    "start": {
                                      "line": 218,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 218,
                                      "column": 21
                                    }
                                  },
                                  "name": "push"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4622,
                                  "end": 4628,
                                  "loc": {
                                    "start": {
                                      "line": 218,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 218,
                                      "column": 28
                                    }
                                  },
                                  "name": "nextEl"
                                }
                              ]
                            }
                          }
                        ],
                        "trailingComments": null
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " preLoad new image before animating",
                          "start": 4642,
                          "end": 4679,
                          "loc": {
                            "start": {
                              "line": 221,
                              "column": 4
                            },
                            "end": {
                              "line": 221,
                              "column": 41
                            }
                          },
                          "range": [
                            4642,
                            4679
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 4684,
                      "end": 5298,
                      "loc": {
                        "start": {
                          "line": 222,
                          "column": 4
                        },
                        "end": {
                          "line": 242,
                          "column": 9
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 4691,
                        "end": 5297,
                        "loc": {
                          "start": {
                            "line": 222,
                            "column": 11
                          },
                          "end": {
                            "line": 242,
                            "column": 8
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4691,
                          "end": 5246,
                          "loc": {
                            "start": {
                              "line": 222,
                              "column": 11
                            },
                            "end": {
                              "line": 240,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 4691,
                            "end": 5234,
                            "loc": {
                              "start": {
                                "line": 222,
                                "column": 11
                              },
                              "end": {
                                "line": 239,
                                "column": 8
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4691,
                              "end": 5101,
                              "loc": {
                                "start": {
                                  "line": 222,
                                  "column": 11
                                },
                                "end": {
                                  "line": 236,
                                  "column": 11
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 4691,
                                "end": 5089,
                                "loc": {
                                  "start": {
                                    "line": 222,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 235,
                                    "column": 8
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4691,
                                  "end": 5023,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 11
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 4691,
                                    "end": 5011,
                                    "loc": {
                                      "start": {
                                        "line": 222,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 232,
                                        "column": 8
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4691,
                                      "end": 4722,
                                      "loc": {
                                        "start": {
                                          "line": 222,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 11
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 4691,
                                        "end": 4710,
                                        "loc": {
                                          "start": {
                                            "line": 222,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 222,
                                            "column": 30
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4691,
                                          "end": 4708,
                                          "loc": {
                                            "start": {
                                              "line": 222,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 222,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4691,
                                            "end": 4700,
                                            "loc": {
                                              "start": {
                                                "line": 222,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 222,
                                                "column": 20
                                              }
                                            },
                                            "name": "nextSlide",
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4701,
                                            "end": 4708,
                                            "loc": {
                                              "start": {
                                                "line": 222,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 222,
                                                "column": 28
                                              }
                                            },
                                            "name": "preload"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "arguments": [],
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4718,
                                        "end": 4722,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 11
                                          }
                                        },
                                        "name": "then"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 4723,
                                        "end": 5010,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 232,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 4729,
                                          "end": 5010,
                                          "loc": {
                                            "start": {
                                              "line": 223,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 232,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 4769,
                                              "end": 4796,
                                              "loc": {
                                                "start": {
                                                  "line": 225,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 225,
                                                  "column": 35
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 4769,
                                                "end": 4795,
                                                "loc": {
                                                  "start": {
                                                    "line": 225,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 225,
                                                    "column": 34
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4769,
                                                  "end": 4793,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 225,
                                                      "column": 32
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 4769,
                                                    "end": 4786,
                                                    "loc": {
                                                      "start": {
                                                        "line": 225,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 225,
                                                        "column": 25
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 4769,
                                                      "end": 4770,
                                                      "loc": {
                                                        "start": {
                                                          "line": 225,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 225,
                                                          "column": 9
                                                        }
                                                      },
                                                      "name": "$",
                                                      "leadingComments": null
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 4771,
                                                        "end": 4785,
                                                        "loc": {
                                                          "start": {
                                                            "line": 225,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 225,
                                                            "column": 24
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4771,
                                                          "end": 4782,
                                                          "loc": {
                                                            "start": {
                                                              "line": 225,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 225,
                                                              "column": 21
                                                            }
                                                          },
                                                          "name": "toBeRemoved"
                                                        },
                                                        "property": {
                                                          "type": "Literal",
                                                          "start": 4783,
                                                          "end": 4784,
                                                          "loc": {
                                                            "start": {
                                                              "line": 225,
                                                              "column": 22
                                                            },
                                                            "end": {
                                                              "line": 225,
                                                              "column": 23
                                                            }
                                                          },
                                                          "value": 0,
                                                          "rawValue": 0,
                                                          "raw": "0"
                                                        },
                                                        "computed": true
                                                      }
                                                    ],
                                                    "leadingComments": null
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4787,
                                                    "end": 4793,
                                                    "loc": {
                                                      "start": {
                                                        "line": 225,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 225,
                                                        "column": 32
                                                      }
                                                    },
                                                    "name": "remove"
                                                  },
                                                  "computed": false,
                                                  "leadingComments": null
                                                },
                                                "arguments": [],
                                                "leadingComments": null
                                              },
                                              "leadingComments": [
                                                {
                                                  "type": "CommentLine",
                                                  "value": " remove old element",
                                                  "start": 4739,
                                                  "end": 4760,
                                                  "loc": {
                                                    "start": {
                                                      "line": 224,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 224,
                                                      "column": 29
                                                    }
                                                  },
                                                  "range": [
                                                    4739,
                                                    4760
                                                  ]
                                                }
                                              ],
                                              "trailingComments": [
                                                {
                                                  "type": "CommentLine",
                                                  "value": " insert new element",
                                                  "start": 4806,
                                                  "end": 4827,
                                                  "loc": {
                                                    "start": {
                                                      "line": 227,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 227,
                                                      "column": 29
                                                    }
                                                  },
                                                  "range": [
                                                    4806,
                                                    4827
                                                  ]
                                                }
                                              ]
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 4836,
                                              "end": 4901,
                                              "loc": {
                                                "start": {
                                                  "line": 228,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 228,
                                                  "column": 73
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 4836,
                                                "end": 4900,
                                                "loc": {
                                                  "start": {
                                                    "line": 228,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 228,
                                                    "column": 72
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4836,
                                                  "end": 4886,
                                                  "loc": {
                                                    "start": {
                                                      "line": 228,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 228,
                                                      "column": 58
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 4836,
                                                    "end": 4877,
                                                    "loc": {
                                                      "start": {
                                                        "line": 228,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 228,
                                                        "column": 49
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4836,
                                                      "end": 4851,
                                                      "loc": {
                                                        "start": {
                                                          "line": 228,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 228,
                                                          "column": 23
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4836,
                                                        "end": 4842,
                                                        "loc": {
                                                          "start": {
                                                            "line": 228,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 228,
                                                            "column": 14
                                                          }
                                                        },
                                                        "name": "nextEl",
                                                        "leadingComments": null
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4843,
                                                        "end": 4851,
                                                        "loc": {
                                                          "start": {
                                                            "line": 228,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 228,
                                                            "column": 23
                                                          }
                                                        },
                                                        "name": "addClass"
                                                      },
                                                      "computed": false,
                                                      "leadingComments": null
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "start": 4852,
                                                        "end": 4876,
                                                        "loc": {
                                                          "start": {
                                                            "line": 228,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 228,
                                                            "column": 48
                                                          }
                                                        },
                                                        "value": "slideshow__slide--next",
                                                        "rawValue": "slideshow__slide--next",
                                                        "raw": "\"slideshow__slide--next\""
                                                      }
                                                    ],
                                                    "leadingComments": null
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4878,
                                                    "end": 4886,
                                                    "loc": {
                                                      "start": {
                                                        "line": 228,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 228,
                                                        "column": 58
                                                      }
                                                    },
                                                    "name": "appendTo"
                                                  },
                                                  "computed": false,
                                                  "leadingComments": null
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 4887,
                                                    "end": 4899,
                                                    "loc": {
                                                      "start": {
                                                        "line": 228,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 228,
                                                        "column": 71
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4887,
                                                      "end": 4891,
                                                      "loc": {
                                                        "start": {
                                                          "line": 228,
                                                          "column": 59
                                                        },
                                                        "end": {
                                                          "line": 228,
                                                          "column": 63
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4892,
                                                      "end": 4899,
                                                      "loc": {
                                                        "start": {
                                                          "line": 228,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 228,
                                                          "column": 71
                                                        }
                                                      },
                                                      "name": "$images"
                                                    },
                                                    "computed": false
                                                  }
                                                ],
                                                "leadingComments": null
                                              },
                                              "leadingComments": [
                                                {
                                                  "type": "CommentLine",
                                                  "value": " insert new element",
                                                  "start": 4806,
                                                  "end": 4827,
                                                  "loc": {
                                                    "start": {
                                                      "line": 227,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 227,
                                                      "column": 29
                                                    }
                                                  },
                                                  "range": [
                                                    4806,
                                                    4827
                                                  ]
                                                }
                                              ],
                                              "trailingComments": [
                                                {
                                                  "type": "CommentLine",
                                                  "value": " reset all css classes on stack for positioning / animation",
                                                  "start": 4911,
                                                  "end": 4972,
                                                  "loc": {
                                                    "start": {
                                                      "line": 230,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 230,
                                                      "column": 69
                                                    }
                                                  },
                                                  "range": [
                                                    4911,
                                                    4972
                                                  ]
                                                }
                                              ]
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 4981,
                                              "end": 5002,
                                              "loc": {
                                                "start": {
                                                  "line": 231,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 231,
                                                  "column": 29
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 4981,
                                                "end": 5001,
                                                "loc": {
                                                  "start": {
                                                    "line": 231,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 231,
                                                    "column": 28
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4981,
                                                  "end": 4999,
                                                  "loc": {
                                                    "start": {
                                                      "line": 231,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 231,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 4981,
                                                    "end": 4985,
                                                    "loc": {
                                                      "start": {
                                                        "line": 231,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 231,
                                                        "column": 12
                                                      }
                                                    },
                                                    "leadingComments": null
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4986,
                                                    "end": 4999,
                                                    "loc": {
                                                      "start": {
                                                        "line": 231,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 231,
                                                        "column": 26
                                                      }
                                                    },
                                                    "name": "setCssClasses"
                                                  },
                                                  "computed": false,
                                                  "leadingComments": null
                                                },
                                                "arguments": [],
                                                "leadingComments": null
                                              },
                                              "leadingComments": [
                                                {
                                                  "type": "CommentLine",
                                                  "value": " reset all css classes on stack for positioning / animation",
                                                  "start": 4911,
                                                  "end": 4972,
                                                  "loc": {
                                                    "start": {
                                                      "line": 230,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 230,
                                                      "column": 69
                                                    }
                                                  },
                                                  "range": [
                                                    4911,
                                                    4972
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5019,
                                    "end": 5023,
                                    "loc": {
                                      "start": {
                                        "line": 233,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 233,
                                        "column": 11
                                      }
                                    },
                                    "name": "then"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 5024,
                                    "end": 5088,
                                    "loc": {
                                      "start": {
                                        "line": 233,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 235,
                                        "column": 7
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 5030,
                                      "end": 5088,
                                      "loc": {
                                        "start": {
                                          "line": 233,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 235,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 5040,
                                          "end": 5080,
                                          "loc": {
                                            "start": {
                                              "line": 234,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 234,
                                              "column": 48
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 5040,
                                            "end": 5079,
                                            "loc": {
                                              "start": {
                                                "line": 234,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 234,
                                                "column": 47
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5040,
                                              "end": 5065,
                                              "loc": {
                                                "start": {
                                                  "line": 234,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 234,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 5040,
                                                "end": 5044,
                                                "loc": {
                                                  "start": {
                                                    "line": 234,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 234,
                                                    "column": 12
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5045,
                                                "end": 5065,
                                                "loc": {
                                                  "start": {
                                                    "line": 234,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 234,
                                                    "column": 33
                                                  }
                                                },
                                                "name": "showStraplineByIndex"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 5066,
                                                "end": 5078,
                                                "loc": {
                                                  "start": {
                                                    "line": 234,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 234,
                                                    "column": 46
                                                  }
                                                },
                                                "name": "currentIndex"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5097,
                                "end": 5101,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 11
                                  }
                                },
                                "name": "then"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 5102,
                                "end": 5233,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 239,
                                    "column": 7
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 5108,
                                  "end": 5233,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 239,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 5174,
                                      "end": 5225,
                                      "loc": {
                                        "start": {
                                          "line": 238,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 238,
                                          "column": 59
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 5181,
                                        "end": 5224,
                                        "loc": {
                                          "start": {
                                            "line": 238,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 238,
                                            "column": 58
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 5181,
                                          "end": 5198,
                                          "loc": {
                                            "start": {
                                              "line": 238,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 238,
                                              "column": 32
                                            }
                                          },
                                          "name": "waitForTransition",
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 5199,
                                            "end": 5223,
                                            "loc": {
                                              "start": {
                                                "line": 238,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 238,
                                                "column": 57
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5199,
                                              "end": 5209,
                                              "loc": {
                                                "start": {
                                                  "line": 238,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 238,
                                                  "column": 43
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 5199,
                                                "end": 5203,
                                                "loc": {
                                                  "start": {
                                                    "line": 238,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 238,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5204,
                                                "end": 5209,
                                                "loc": {
                                                  "start": {
                                                    "line": 238,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 238,
                                                    "column": 43
                                                  }
                                                },
                                                "name": "stack"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 5210,
                                              "end": 5222,
                                              "loc": {
                                                "start": {
                                                  "line": 238,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 238,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 5210,
                                                "end": 5214,
                                                "loc": {
                                                  "start": {
                                                    "line": 238,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 238,
                                                    "column": 48
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5215,
                                                "end": 5222,
                                                "loc": {
                                                  "start": {
                                                    "line": 238,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 238,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "padding"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " 5. wait for slide animation on primary slide",
                                          "start": 5118,
                                          "end": 5165,
                                          "loc": {
                                            "start": {
                                              "line": 237,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 237,
                                              "column": 55
                                            }
                                          },
                                          "range": [
                                            5118,
                                            5165
                                          ]
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            ],
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5242,
                            "end": 5246,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 7
                              },
                              "end": {
                                "line": 240,
                                "column": 11
                              }
                            },
                            "name": "then"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 5247,
                            "end": 5296,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 12
                              },
                              "end": {
                                "line": 242,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 5253,
                              "end": 5296,
                              "loc": {
                                "start": {
                                  "line": 240,
                                  "column": 18
                                },
                                "end": {
                                  "line": 242,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5263,
                                  "end": 5288,
                                  "loc": {
                                    "start": {
                                      "line": 241,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 241,
                                      "column": 33
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5263,
                                    "end": 5287,
                                    "loc": {
                                      "start": {
                                        "line": 241,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 241,
                                        "column": 32
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5263,
                                      "end": 5279,
                                      "loc": {
                                        "start": {
                                          "line": 241,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5263,
                                        "end": 5267,
                                        "loc": {
                                          "start": {
                                            "line": 241,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 241,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5268,
                                        "end": 5279,
                                        "loc": {
                                          "start": {
                                            "line": 241,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 241,
                                            "column": 24
                                          }
                                        },
                                        "name": "isAnimating"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 5282,
                                      "end": 5287,
                                      "loc": {
                                        "start": {
                                          "line": 241,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 32
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " preLoad new image before animating",
                          "start": 4642,
                          "end": 4679,
                          "loc": {
                            "start": {
                              "line": 221,
                              "column": 4
                            },
                            "end": {
                              "line": 221,
                              "column": 41
                            }
                          },
                          "range": [
                            4642,
                            4679
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5306,
              "end": 5457,
              "loc": {
                "start": {
                  "line": 245,
                  "column": 2
                },
                "end": {
                  "line": 253,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5306,
                "end": 5318,
                "loc": {
                  "start": {
                    "line": 245,
                    "column": 2
                  },
                  "end": {
                    "line": 245,
                    "column": 14
                  }
                },
                "name": "getPrevIndex"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5318,
                "end": 5457,
                "loc": {
                  "start": {
                    "line": 245,
                    "column": 14
                  },
                  "end": {
                    "line": 253,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5319,
                    "end": 5324,
                    "loc": {
                      "start": {
                        "line": 245,
                        "column": 15
                      },
                      "end": {
                        "line": 245,
                        "column": 20
                      }
                    },
                    "name": "index"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5325,
                  "end": 5457,
                  "loc": {
                    "start": {
                      "line": 245,
                      "column": 21
                    },
                    "end": {
                      "line": 253,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 5331,
                      "end": 5357,
                      "loc": {
                        "start": {
                          "line": 246,
                          "column": 4
                        },
                        "end": {
                          "line": 246,
                          "column": 30
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5335,
                          "end": 5356,
                          "loc": {
                            "start": {
                              "line": 246,
                              "column": 8
                            },
                            "end": {
                              "line": 246,
                              "column": 29
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5335,
                            "end": 5344,
                            "loc": {
                              "start": {
                                "line": 246,
                                "column": 8
                              },
                              "end": {
                                "line": 246,
                                "column": 17
                              }
                            },
                            "name": "prevIndex"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 5347,
                            "end": 5356,
                            "loc": {
                              "start": {
                                "line": 246,
                                "column": 20
                              },
                              "end": {
                                "line": 246,
                                "column": 29
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 5347,
                              "end": 5352,
                              "loc": {
                                "start": {
                                  "line": 246,
                                  "column": 20
                                },
                                "end": {
                                  "line": 246,
                                  "column": 25
                                }
                              },
                              "name": "index"
                            },
                            "operator": "-",
                            "right": {
                              "type": "Literal",
                              "start": 5355,
                              "end": 5356,
                              "loc": {
                                "start": {
                                  "line": 246,
                                  "column": 28
                                },
                                "end": {
                                  "line": 246,
                                  "column": 29
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 5363,
                      "end": 5430,
                      "loc": {
                        "start": {
                          "line": 248,
                          "column": 4
                        },
                        "end": {
                          "line": 250,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 5366,
                        "end": 5379,
                        "loc": {
                          "start": {
                            "line": 248,
                            "column": 7
                          },
                          "end": {
                            "line": 248,
                            "column": 20
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 5366,
                          "end": 5375,
                          "loc": {
                            "start": {
                              "line": 248,
                              "column": 7
                            },
                            "end": {
                              "line": 248,
                              "column": 16
                            }
                          },
                          "name": "prevIndex"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Literal",
                          "start": 5378,
                          "end": 5379,
                          "loc": {
                            "start": {
                              "line": 248,
                              "column": 19
                            },
                            "end": {
                              "line": 248,
                              "column": 20
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 5381,
                        "end": 5430,
                        "loc": {
                          "start": {
                            "line": 248,
                            "column": 22
                          },
                          "end": {
                            "line": 250,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 5389,
                            "end": 5424,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 6
                              },
                              "end": {
                                "line": 249,
                                "column": 41
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 5389,
                              "end": 5423,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 6
                                },
                                "end": {
                                  "line": 249,
                                  "column": 40
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 5389,
                                "end": 5398,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 249,
                                    "column": 15
                                  }
                                },
                                "name": "prevIndex"
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "start": 5401,
                                "end": 5423,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 249,
                                    "column": 40
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 5401,
                                  "end": 5419,
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 249,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5401,
                                    "end": 5412,
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 29
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 5401,
                                      "end": 5405,
                                      "loc": {
                                        "start": {
                                          "line": 249,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 249,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5406,
                                      "end": 5412,
                                      "loc": {
                                        "start": {
                                          "line": 249,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 249,
                                          "column": 29
                                        }
                                      },
                                      "name": "slides"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5413,
                                    "end": 5419,
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 36
                                      }
                                    },
                                    "name": "length"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "Literal",
                                  "start": 5422,
                                  "end": 5423,
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 249,
                                      "column": 40
                                    }
                                  },
                                  "value": 1,
                                  "rawValue": 1,
                                  "raw": "1"
                                }
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 5436,
                      "end": 5453,
                      "loc": {
                        "start": {
                          "line": 252,
                          "column": 4
                        },
                        "end": {
                          "line": 252,
                          "column": 21
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 5443,
                        "end": 5452,
                        "loc": {
                          "start": {
                            "line": 252,
                            "column": 11
                          },
                          "end": {
                            "line": 252,
                            "column": 20
                          }
                        },
                        "name": "prevIndex"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5461,
              "end": 5612,
              "loc": {
                "start": {
                  "line": 255,
                  "column": 2
                },
                "end": {
                  "line": 263,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5461,
                "end": 5473,
                "loc": {
                  "start": {
                    "line": 255,
                    "column": 2
                  },
                  "end": {
                    "line": 255,
                    "column": 14
                  }
                },
                "name": "getNextIndex"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5473,
                "end": 5612,
                "loc": {
                  "start": {
                    "line": 255,
                    "column": 14
                  },
                  "end": {
                    "line": 263,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5474,
                    "end": 5479,
                    "loc": {
                      "start": {
                        "line": 255,
                        "column": 15
                      },
                      "end": {
                        "line": 255,
                        "column": 20
                      }
                    },
                    "name": "index"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5480,
                  "end": 5612,
                  "loc": {
                    "start": {
                      "line": 255,
                      "column": 21
                    },
                    "end": {
                      "line": 263,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 5486,
                      "end": 5512,
                      "loc": {
                        "start": {
                          "line": 256,
                          "column": 4
                        },
                        "end": {
                          "line": 256,
                          "column": 30
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5490,
                          "end": 5511,
                          "loc": {
                            "start": {
                              "line": 256,
                              "column": 8
                            },
                            "end": {
                              "line": 256,
                              "column": 29
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5490,
                            "end": 5499,
                            "loc": {
                              "start": {
                                "line": 256,
                                "column": 8
                              },
                              "end": {
                                "line": 256,
                                "column": 17
                              }
                            },
                            "name": "nextIndex"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 5502,
                            "end": 5511,
                            "loc": {
                              "start": {
                                "line": 256,
                                "column": 20
                              },
                              "end": {
                                "line": 256,
                                "column": 29
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 5502,
                              "end": 5507,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 20
                                },
                                "end": {
                                  "line": 256,
                                  "column": 25
                                }
                              },
                              "name": "index"
                            },
                            "operator": "+",
                            "right": {
                              "type": "Literal",
                              "start": 5510,
                              "end": 5511,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 28
                                },
                                "end": {
                                  "line": 256,
                                  "column": 29
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 5518,
                      "end": 5585,
                      "loc": {
                        "start": {
                          "line": 258,
                          "column": 4
                        },
                        "end": {
                          "line": 260,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 5521,
                        "end": 5555,
                        "loc": {
                          "start": {
                            "line": 258,
                            "column": 7
                          },
                          "end": {
                            "line": 258,
                            "column": 41
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 5521,
                          "end": 5530,
                          "loc": {
                            "start": {
                              "line": 258,
                              "column": 7
                            },
                            "end": {
                              "line": 258,
                              "column": 16
                            }
                          },
                          "name": "nextIndex"
                        },
                        "operator": ">",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 5533,
                          "end": 5555,
                          "loc": {
                            "start": {
                              "line": 258,
                              "column": 19
                            },
                            "end": {
                              "line": 258,
                              "column": 41
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 5533,
                            "end": 5551,
                            "loc": {
                              "start": {
                                "line": 258,
                                "column": 19
                              },
                              "end": {
                                "line": 258,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5533,
                              "end": 5544,
                              "loc": {
                                "start": {
                                  "line": 258,
                                  "column": 19
                                },
                                "end": {
                                  "line": 258,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5533,
                                "end": 5537,
                                "loc": {
                                  "start": {
                                    "line": 258,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 258,
                                    "column": 23
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5538,
                                "end": 5544,
                                "loc": {
                                  "start": {
                                    "line": 258,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 258,
                                    "column": 30
                                  }
                                },
                                "name": "slides"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5545,
                              "end": 5551,
                              "loc": {
                                "start": {
                                  "line": 258,
                                  "column": 31
                                },
                                "end": {
                                  "line": 258,
                                  "column": 37
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": "-",
                          "right": {
                            "type": "Literal",
                            "start": 5554,
                            "end": 5555,
                            "loc": {
                              "start": {
                                "line": 258,
                                "column": 40
                              },
                              "end": {
                                "line": 258,
                                "column": 41
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 5557,
                        "end": 5585,
                        "loc": {
                          "start": {
                            "line": 258,
                            "column": 43
                          },
                          "end": {
                            "line": 260,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 5565,
                            "end": 5579,
                            "loc": {
                              "start": {
                                "line": 259,
                                "column": 6
                              },
                              "end": {
                                "line": 259,
                                "column": 20
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 5565,
                              "end": 5578,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 6
                                },
                                "end": {
                                  "line": 259,
                                  "column": 19
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 5565,
                                "end": 5574,
                                "loc": {
                                  "start": {
                                    "line": 259,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 259,
                                    "column": 15
                                  }
                                },
                                "name": "nextIndex"
                              },
                              "right": {
                                "type": "Literal",
                                "start": 5577,
                                "end": 5578,
                                "loc": {
                                  "start": {
                                    "line": 259,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 259,
                                    "column": 19
                                  }
                                },
                                "value": 0,
                                "rawValue": 0,
                                "raw": "0"
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 5591,
                      "end": 5608,
                      "loc": {
                        "start": {
                          "line": 262,
                          "column": 4
                        },
                        "end": {
                          "line": 262,
                          "column": 21
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 5598,
                        "end": 5607,
                        "loc": {
                          "start": {
                            "line": 262,
                            "column": 11
                          },
                          "end": {
                            "line": 262,
                            "column": 20
                          }
                        },
                        "name": "nextIndex"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5616,
              "end": 5704,
              "loc": {
                "start": {
                  "line": 265,
                  "column": 2
                },
                "end": {
                  "line": 269,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5616,
                "end": 5636,
                "loc": {
                  "start": {
                    "line": 265,
                    "column": 2
                  },
                  "end": {
                    "line": 265,
                    "column": 22
                  }
                },
                "name": "showStraplineByIndex"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5636,
                "end": 5704,
                "loc": {
                  "start": {
                    "line": 265,
                    "column": 22
                  },
                  "end": {
                    "line": 269,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5637,
                    "end": 5642,
                    "loc": {
                      "start": {
                        "line": 265,
                        "column": 23
                      },
                      "end": {
                        "line": 265,
                        "column": 28
                      }
                    },
                    "name": "index"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5643,
                  "end": 5704,
                  "loc": {
                    "start": {
                      "line": 265,
                      "column": 29
                    },
                    "end": {
                      "line": 269,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5649,
                      "end": 5700,
                      "loc": {
                        "start": {
                          "line": 266,
                          "column": 4
                        },
                        "end": {
                          "line": 268,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5649,
                        "end": 5699,
                        "loc": {
                          "start": {
                            "line": 266,
                            "column": 4
                          },
                          "end": {
                            "line": 268,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5649,
                          "end": 5661,
                          "loc": {
                            "start": {
                              "line": 266,
                              "column": 4
                            },
                            "end": {
                              "line": 266,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5649,
                            "end": 5653,
                            "loc": {
                              "start": {
                                "line": 266,
                                "column": 4
                              },
                              "end": {
                                "line": 266,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5654,
                            "end": 5661,
                            "loc": {
                              "start": {
                                "line": 266,
                                "column": 9
                              },
                              "end": {
                                "line": 266,
                                "column": 16
                              }
                            },
                            "name": "trigger"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 5662,
                            "end": 5677,
                            "loc": {
                              "start": {
                                "line": 266,
                                "column": 17
                              },
                              "end": {
                                "line": 266,
                                "column": 32
                              }
                            },
                            "value": "image.changed",
                            "rawValue": "image.changed",
                            "raw": "\"image.changed\""
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 5679,
                            "end": 5698,
                            "loc": {
                              "start": {
                                "line": 266,
                                "column": 34
                              },
                              "end": {
                                "line": 268,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 5687,
                                "end": 5692,
                                "loc": {
                                  "start": {
                                    "line": 267,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 267,
                                    "column": 11
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 5687,
                                  "end": 5692,
                                  "loc": {
                                    "start": {
                                      "line": 267,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 267,
                                      "column": 11
                                    }
                                  },
                                  "name": "index"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 5687,
                                  "end": 5692,
                                  "loc": {
                                    "start": {
                                      "line": 267,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 267,
                                      "column": 11
                                    }
                                  },
                                  "name": "index"
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5708,
              "end": 5991,
              "loc": {
                "start": {
                  "line": 271,
                  "column": 2
                },
                "end": {
                  "line": 283,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5708,
                "end": 5720,
                "loc": {
                  "start": {
                    "line": 271,
                    "column": 2
                  },
                  "end": {
                    "line": 271,
                    "column": 14
                  }
                },
                "name": "makeProgress"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5720,
                "end": 5991,
                "loc": {
                  "start": {
                    "line": 271,
                    "column": 14
                  },
                  "end": {
                    "line": 283,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5723,
                  "end": 5991,
                  "loc": {
                    "start": {
                      "line": 271,
                      "column": 17
                    },
                    "end": {
                      "line": 283,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5729,
                      "end": 5805,
                      "loc": {
                        "start": {
                          "line": 272,
                          "column": 4
                        },
                        "end": {
                          "line": 274,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5729,
                        "end": 5804,
                        "loc": {
                          "start": {
                            "line": 272,
                            "column": 4
                          },
                          "end": {
                            "line": 274,
                            "column": 6
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5729,
                          "end": 5743,
                          "loc": {
                            "start": {
                              "line": 272,
                              "column": 4
                            },
                            "end": {
                              "line": 272,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5729,
                            "end": 5733,
                            "loc": {
                              "start": {
                                "line": 272,
                                "column": 4
                              },
                              "end": {
                                "line": 272,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5734,
                            "end": 5743,
                            "loc": {
                              "start": {
                                "line": 272,
                                "column": 9
                              },
                              "end": {
                                "line": 272,
                                "column": 18
                              }
                            },
                            "name": "$progress"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 5746,
                          "end": 5804,
                          "loc": {
                            "start": {
                              "line": 272,
                              "column": 21
                            },
                            "end": {
                              "line": 274,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 5746,
                            "end": 5747,
                            "loc": {
                              "start": {
                                "line": 272,
                                "column": 21
                              },
                              "end": {
                                "line": 272,
                                "column": 22
                              }
                            },
                            "name": "$"
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 5748,
                              "end": 5757,
                              "loc": {
                                "start": {
                                  "line": 272,
                                  "column": 23
                                },
                                "end": {
                                  "line": 272,
                                  "column": 32
                                }
                              },
                              "value": "<div />",
                              "rawValue": "<div />",
                              "raw": "\"<div />\""
                            },
                            {
                              "type": "ObjectExpression",
                              "start": 5759,
                              "end": 5803,
                              "loc": {
                                "start": {
                                  "line": 272,
                                  "column": 34
                                },
                                "end": {
                                  "line": 274,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 5767,
                                  "end": 5797,
                                  "loc": {
                                    "start": {
                                      "line": 273,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 273,
                                      "column": 36
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Literal",
                                    "start": 5767,
                                    "end": 5774,
                                    "loc": {
                                      "start": {
                                        "line": 273,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 273,
                                        "column": 13
                                      }
                                    },
                                    "value": "class",
                                    "rawValue": "class",
                                    "raw": "\"class\""
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 5776,
                                    "end": 5797,
                                    "loc": {
                                      "start": {
                                        "line": 273,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 273,
                                        "column": 36
                                      }
                                    },
                                    "value": "slideshow__progress",
                                    "rawValue": "slideshow__progress",
                                    "raw": "\"slideshow__progress\""
                                  },
                                  "kind": "init"
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5811,
                      "end": 5945,
                      "loc": {
                        "start": {
                          "line": 276,
                          "column": 4
                        },
                        "end": {
                          "line": 280,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5811,
                        "end": 5944,
                        "loc": {
                          "start": {
                            "line": 276,
                            "column": 4
                          },
                          "end": {
                            "line": 280,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5811,
                          "end": 5830,
                          "loc": {
                            "start": {
                              "line": 276,
                              "column": 4
                            },
                            "end": {
                              "line": 276,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5811,
                            "end": 5822,
                            "loc": {
                              "start": {
                                "line": 276,
                                "column": 4
                              },
                              "end": {
                                "line": 276,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5811,
                              "end": 5815,
                              "loc": {
                                "start": {
                                  "line": 276,
                                  "column": 4
                                },
                                "end": {
                                  "line": 276,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5816,
                              "end": 5822,
                              "loc": {
                                "start": {
                                  "line": 276,
                                  "column": 9
                                },
                                "end": {
                                  "line": 276,
                                  "column": 15
                                }
                              },
                              "name": "slides"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5823,
                            "end": 5830,
                            "loc": {
                              "start": {
                                "line": 276,
                                "column": 16
                              },
                              "end": {
                                "line": 276,
                                "column": 23
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 5831,
                            "end": 5943,
                            "loc": {
                              "start": {
                                "line": 276,
                                "column": 24
                              },
                              "end": {
                                "line": 280,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 5837,
                              "end": 5943,
                              "loc": {
                                "start": {
                                  "line": 276,
                                  "column": 30
                                },
                                "end": {
                                  "line": 280,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5845,
                                  "end": 5937,
                                  "loc": {
                                    "start": {
                                      "line": 277,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 279,
                                      "column": 10
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5845,
                                    "end": 5936,
                                    "loc": {
                                      "start": {
                                        "line": 277,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 279,
                                        "column": 9
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5845,
                                      "end": 5866,
                                      "loc": {
                                        "start": {
                                          "line": 277,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 277,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5845,
                                        "end": 5859,
                                        "loc": {
                                          "start": {
                                            "line": 277,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 277,
                                            "column": 20
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5845,
                                          "end": 5849,
                                          "loc": {
                                            "start": {
                                              "line": 277,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 277,
                                              "column": 10
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5850,
                                          "end": 5859,
                                          "loc": {
                                            "start": {
                                              "line": 277,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 277,
                                              "column": 20
                                            }
                                          },
                                          "name": "$progress"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5860,
                                        "end": 5866,
                                        "loc": {
                                          "start": {
                                            "line": 277,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 277,
                                            "column": 27
                                          }
                                        },
                                        "name": "append"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5867,
                                        "end": 5935,
                                        "loc": {
                                          "start": {
                                            "line": 277,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 279,
                                            "column": 8
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 5867,
                                          "end": 5868,
                                          "loc": {
                                            "start": {
                                              "line": 277,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 277,
                                              "column": 29
                                            }
                                          },
                                          "name": "$"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 5869,
                                            "end": 5879,
                                            "loc": {
                                              "start": {
                                                "line": 277,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 277,
                                                "column": 40
                                              }
                                            },
                                            "value": "<span />",
                                            "rawValue": "<span />",
                                            "raw": "\"<span />\""
                                          },
                                          {
                                            "type": "ObjectExpression",
                                            "start": 5881,
                                            "end": 5934,
                                            "loc": {
                                              "start": {
                                                "line": 277,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 279,
                                                "column": 7
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 5891,
                                                "end": 5926,
                                                "loc": {
                                                  "start": {
                                                    "line": 278,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 278,
                                                    "column": 43
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Literal",
                                                  "start": 5891,
                                                  "end": 5898,
                                                  "loc": {
                                                    "start": {
                                                      "line": 278,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 278,
                                                      "column": 15
                                                    }
                                                  },
                                                  "value": "class",
                                                  "rawValue": "class",
                                                  "raw": "\"class\""
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "start": 5900,
                                                  "end": 5926,
                                                  "loc": {
                                                    "start": {
                                                      "line": 278,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 278,
                                                      "column": 43
                                                    }
                                                  },
                                                  "value": "slideshow__progress__dot",
                                                  "rawValue": "slideshow__progress__dot",
                                                  "raw": "\"slideshow__progress__dot\""
                                                },
                                                "kind": "init"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5951,
                      "end": 5987,
                      "loc": {
                        "start": {
                          "line": 282,
                          "column": 4
                        },
                        "end": {
                          "line": 282,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5951,
                        "end": 5986,
                        "loc": {
                          "start": {
                            "line": 282,
                            "column": 4
                          },
                          "end": {
                            "line": 282,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5951,
                          "end": 5970,
                          "loc": {
                            "start": {
                              "line": 282,
                              "column": 4
                            },
                            "end": {
                              "line": 282,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5951,
                            "end": 5963,
                            "loc": {
                              "start": {
                                "line": 282,
                                "column": 4
                              },
                              "end": {
                                "line": 282,
                                "column": 16
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5951,
                              "end": 5955,
                              "loc": {
                                "start": {
                                  "line": 282,
                                  "column": 4
                                },
                                "end": {
                                  "line": 282,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5956,
                              "end": 5963,
                              "loc": {
                                "start": {
                                  "line": 282,
                                  "column": 9
                                },
                                "end": {
                                  "line": 282,
                                  "column": 16
                                }
                              },
                              "name": "$images"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5964,
                            "end": 5970,
                            "loc": {
                              "start": {
                                "line": 282,
                                "column": 17
                              },
                              "end": {
                                "line": 282,
                                "column": 23
                              }
                            },
                            "name": "append"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 5971,
                            "end": 5985,
                            "loc": {
                              "start": {
                                "line": 282,
                                "column": 24
                              },
                              "end": {
                                "line": 282,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5971,
                              "end": 5975,
                              "loc": {
                                "start": {
                                  "line": 282,
                                  "column": 24
                                },
                                "end": {
                                  "line": 282,
                                  "column": 28
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5976,
                              "end": 5985,
                              "loc": {
                                "start": {
                                  "line": 282,
                                  "column": 29
                                },
                                "end": {
                                  "line": 282,
                                  "column": 38
                                }
                              },
                              "name": "$progress"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5995,
              "end": 6233,
              "loc": {
                "start": {
                  "line": 285,
                  "column": 2
                },
                "end": {
                  "line": 291,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5995,
                "end": 6009,
                "loc": {
                  "start": {
                    "line": 285,
                    "column": 2
                  },
                  "end": {
                    "line": 285,
                    "column": 16
                  }
                },
                "name": "updateProgress"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6009,
                "end": 6233,
                "loc": {
                  "start": {
                    "line": 285,
                    "column": 16
                  },
                  "end": {
                    "line": 291,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 6012,
                  "end": 6233,
                  "loc": {
                    "start": {
                      "line": 285,
                      "column": 19
                    },
                    "end": {
                      "line": 291,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6018,
                      "end": 6079,
                      "loc": {
                        "start": {
                          "line": 286,
                          "column": 4
                        },
                        "end": {
                          "line": 286,
                          "column": 65
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6022,
                          "end": 6078,
                          "loc": {
                            "start": {
                              "line": 286,
                              "column": 8
                            },
                            "end": {
                              "line": 286,
                              "column": 64
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6022,
                            "end": 6027,
                            "loc": {
                              "start": {
                                "line": 286,
                                "column": 8
                              },
                              "end": {
                                "line": 286,
                                "column": 13
                              }
                            },
                            "name": "$dots"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6030,
                            "end": 6078,
                            "loc": {
                              "start": {
                                "line": 286,
                                "column": 16
                              },
                              "end": {
                                "line": 286,
                                "column": 64
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6030,
                              "end": 6049,
                              "loc": {
                                "start": {
                                  "line": 286,
                                  "column": 16
                                },
                                "end": {
                                  "line": 286,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6030,
                                "end": 6044,
                                "loc": {
                                  "start": {
                                    "line": 286,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 286,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6030,
                                  "end": 6034,
                                  "loc": {
                                    "start": {
                                      "line": 286,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 286,
                                      "column": 20
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6035,
                                  "end": 6044,
                                  "loc": {
                                    "start": {
                                      "line": 286,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 286,
                                      "column": 30
                                    }
                                  },
                                  "name": "$progress"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6045,
                                "end": 6049,
                                "loc": {
                                  "start": {
                                    "line": 286,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 286,
                                    "column": 35
                                  }
                                },
                                "name": "find"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 6050,
                                "end": 6077,
                                "loc": {
                                  "start": {
                                    "line": 286,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 286,
                                    "column": 63
                                  }
                                },
                                "value": ".slideshow__progress__dot",
                                "rawValue": ".slideshow__progress__dot",
                                "raw": "\".slideshow__progress__dot\""
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6091,
                      "end": 6145,
                      "loc": {
                        "start": {
                          "line": 288,
                          "column": 4
                        },
                        "end": {
                          "line": 288,
                          "column": 58
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6091,
                        "end": 6144,
                        "loc": {
                          "start": {
                            "line": 288,
                            "column": 4
                          },
                          "end": {
                            "line": 288,
                            "column": 57
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6091,
                          "end": 6108,
                          "loc": {
                            "start": {
                              "line": 288,
                              "column": 4
                            },
                            "end": {
                              "line": 288,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6091,
                            "end": 6096,
                            "loc": {
                              "start": {
                                "line": 288,
                                "column": 4
                              },
                              "end": {
                                "line": 288,
                                "column": 9
                              }
                            },
                            "name": "$dots"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6097,
                            "end": 6108,
                            "loc": {
                              "start": {
                                "line": 288,
                                "column": 10
                              },
                              "end": {
                                "line": 288,
                                "column": 21
                              }
                            },
                            "name": "removeClass"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 6109,
                            "end": 6143,
                            "loc": {
                              "start": {
                                "line": 288,
                                "column": 22
                              },
                              "end": {
                                "line": 288,
                                "column": 56
                              }
                            },
                            "value": "slideshow__progress__dot--active",
                            "rawValue": "slideshow__progress__dot--active",
                            "raw": "\"slideshow__progress__dot--active\""
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6151,
                      "end": 6229,
                      "loc": {
                        "start": {
                          "line": 290,
                          "column": 4
                        },
                        "end": {
                          "line": 290,
                          "column": 82
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6151,
                        "end": 6228,
                        "loc": {
                          "start": {
                            "line": 290,
                            "column": 4
                          },
                          "end": {
                            "line": 290,
                            "column": 81
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6151,
                          "end": 6192,
                          "loc": {
                            "start": {
                              "line": 290,
                              "column": 4
                            },
                            "end": {
                              "line": 290,
                              "column": 45
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 6151,
                            "end": 6183,
                            "loc": {
                              "start": {
                                "line": 290,
                                "column": 4
                              },
                              "end": {
                                "line": 290,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6151,
                              "end": 6159,
                              "loc": {
                                "start": {
                                  "line": 290,
                                  "column": 4
                                },
                                "end": {
                                  "line": 290,
                                  "column": 12
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6151,
                                "end": 6156,
                                "loc": {
                                  "start": {
                                    "line": 290,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 290,
                                    "column": 9
                                  }
                                },
                                "name": "$dots"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6157,
                                "end": 6159,
                                "loc": {
                                  "start": {
                                    "line": 290,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 290,
                                    "column": 12
                                  }
                                },
                                "name": "eq"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 6160,
                                "end": 6182,
                                "loc": {
                                  "start": {
                                    "line": 290,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 290,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6160,
                                  "end": 6164,
                                  "loc": {
                                    "start": {
                                      "line": 290,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 290,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6165,
                                  "end": 6182,
                                  "loc": {
                                    "start": {
                                      "line": 290,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 290,
                                      "column": 35
                                    }
                                  },
                                  "name": "currentSlideIndex"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6184,
                            "end": 6192,
                            "loc": {
                              "start": {
                                "line": 290,
                                "column": 37
                              },
                              "end": {
                                "line": 290,
                                "column": 45
                              }
                            },
                            "name": "addClass"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 6193,
                            "end": 6227,
                            "loc": {
                              "start": {
                                "line": 290,
                                "column": 46
                              },
                              "end": {
                                "line": 290,
                                "column": 80
                              }
                            },
                            "value": "slideshow__progress__dot--active",
                            "rawValue": "slideshow__progress__dot--active",
                            "raw": "\"slideshow__progress__dot--active\""
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * slideshow Component\n",
            "start": 162,
            "end": 191,
            "loc": {
              "start": {
                "line": 5,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 2
              }
            },
            "range": [
              162,
              191
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * slideshow Component\n",
          "start": 162,
          "end": 191,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 2
            }
          },
          "range": [
            162,
            191
          ]
        }
      ]
    }
  ]
}