{
  "type": "Program",
  "start": 0,
  "end": 1631,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 83,
      "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": "Identifier",
      "start": 114,
      "end": 1598,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 80,
          "column": 1
        }
      },
      "id": {
        "type": "Identifier",
        "start": 120,
        "end": 134,
        "loc": {
          "start": {
            "line": 4,
            "column": 6
          },
          "end": {
            "line": 4,
            "column": 20
          }
        },
        "name": "SlideComponent"
      },
      "superClass": {
        "type": "Identifier",
        "start": 143,
        "end": 152,
        "loc": {
          "start": {
            "line": 4,
            "column": 29
          },
          "end": {
            "line": 4,
            "column": 38
          }
        },
        "name": "Component"
      },
      "body": {
        "type": "ClassBody",
        "start": 153,
        "end": 1598,
        "loc": {
          "start": {
            "line": 4,
            "column": 39
          },
          "end": {
            "line": 80,
            "column": 1
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "start": 158,
            "end": 385,
            "loc": {
              "start": {
                "line": 6,
                "column": 2
              },
              "end": {
                "line": 16,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 169,
              "end": 178,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 13
                },
                "end": {
                  "line": 6,
                  "column": 22
                }
              },
              "name": "imageSize"
            },
            "static": true,
            "kind": "get",
            "value": {
              "type": "FunctionExpression",
              "start": 178,
              "end": 385,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 22
                },
                "end": {
                  "line": 16,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 180,
                "end": 385,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 24
                  },
                  "end": {
                    "line": 16,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 186,
                    "end": 270,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4
                      },
                      "end": {
                        "line": 9,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "CallExpression",
                      "start": 189,
                      "end": 240,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 7
                        },
                        "end": {
                          "line": 7,
                          "column": 58
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 189,
                        "end": 201,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 7
                          },
                          "end": {
                            "line": 7,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 189,
                          "end": 198,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 7
                            },
                            "end": {
                              "line": 7,
                              "column": 16
                            }
                          },
                          "name": "Modernizr"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 199,
                          "end": 201,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 17
                            },
                            "end": {
                              "line": 7,
                              "column": 19
                            }
                          },
                          "name": "mq"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 202,
                          "end": 239,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 20
                            },
                            "end": {
                              "line": 7,
                              "column": 57
                            }
                          },
                          "value": "only screen and (min-width: 1200px)",
                          "rawValue": "only screen and (min-width: 1200px)",
                          "raw": "\"only screen and (min-width: 1200px)\""
                        }
                      ]
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 241,
                      "end": 270,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 59
                        },
                        "end": {
                          "line": 9,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 249,
                          "end": 264,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 6
                            },
                            "end": {
                              "line": 8,
                              "column": 21
                            }
                          },
                          "argument": {
                            "type": "Literal",
                            "start": 256,
                            "end": 263,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 20
                              }
                            },
                            "value": "large",
                            "rawValue": "large",
                            "raw": "\"large\""
                          }
                        }
                      ]
                    },
                    "alternate": null
                  },
                  {
                    "type": "IfStatement",
                    "start": 276,
                    "end": 360,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 4
                      },
                      "end": {
                        "line": 13,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "CallExpression",
                      "start": 279,
                      "end": 329,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 7
                        },
                        "end": {
                          "line": 11,
                          "column": 57
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 279,
                        "end": 291,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 7
                          },
                          "end": {
                            "line": 11,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 279,
                          "end": 288,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 7
                            },
                            "end": {
                              "line": 11,
                              "column": 16
                            }
                          },
                          "name": "Modernizr"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 289,
                          "end": 291,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 17
                            },
                            "end": {
                              "line": 11,
                              "column": 19
                            }
                          },
                          "name": "mq"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 292,
                          "end": 328,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 20
                            },
                            "end": {
                              "line": 11,
                              "column": 56
                            }
                          },
                          "value": "only screen and (min-width: 720px)",
                          "rawValue": "only screen and (min-width: 720px)",
                          "raw": "\"only screen and (min-width: 720px)\""
                        }
                      ]
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 330,
                      "end": 360,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 58
                        },
                        "end": {
                          "line": 13,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 338,
                          "end": 354,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 6
                            },
                            "end": {
                              "line": 12,
                              "column": 22
                            }
                          },
                          "argument": {
                            "type": "Literal",
                            "start": 345,
                            "end": 353,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 21
                              }
                            },
                            "value": "medium",
                            "rawValue": "medium",
                            "raw": "\"medium\""
                          }
                        }
                      ]
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 366,
                    "end": 381,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 15,
                        "column": 19
                      }
                    },
                    "argument": {
                      "type": "Literal",
                      "start": 373,
                      "end": 380,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 11
                        },
                        "end": {
                          "line": 15,
                          "column": 18
                        }
                      },
                      "value": "small",
                      "rawValue": "small",
                      "raw": "\"small\""
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 389,
            "end": 432,
            "loc": {
              "start": {
                "line": 18,
                "column": 2
              },
              "end": {
                "line": 20,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 400,
              "end": 407,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 13
                },
                "end": {
                  "line": 18,
                  "column": 20
                }
              },
              "name": "quality"
            },
            "static": true,
            "kind": "get",
            "value": {
              "type": "FunctionExpression",
              "start": 407,
              "end": 432,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 20
                },
                "end": {
                  "line": 20,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 410,
                "end": 432,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 23
                  },
                  "end": {
                    "line": 20,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 416,
                    "end": 428,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 4
                      },
                      "end": {
                        "line": 19,
                        "column": 16
                      }
                    },
                    "argument": {
                      "type": "Literal",
                      "start": 423,
                      "end": 427,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 11
                        },
                        "end": {
                          "line": 19,
                          "column": 15
                        }
                      },
                      "value": "hq",
                      "rawValue": "hq",
                      "raw": "\"hq\""
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 436,
            "end": 528,
            "loc": {
              "start": {
                "line": 22,
                "column": 2
              },
              "end": {
                "line": 24,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 440,
              "end": 448,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 6
                },
                "end": {
                  "line": 22,
                  "column": 14
                }
              },
              "name": "imageUrl"
            },
            "static": false,
            "kind": "get",
            "value": {
              "type": "FunctionExpression",
              "start": 448,
              "end": 528,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 14
                },
                "end": {
                  "line": 24,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 450,
                "end": 528,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 16
                  },
                  "end": {
                    "line": 24,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 456,
                    "end": 524,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 4
                      },
                      "end": {
                        "line": 23,
                        "column": 72
                      }
                    },
                    "argument": {
                      "type": "MemberExpression",
                      "start": 463,
                      "end": 523,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 11
                        },
                        "end": {
                          "line": 23,
                          "column": 71
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 463,
                        "end": 499,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 11
                          },
                          "end": {
                            "line": 23,
                            "column": 47
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 463,
                          "end": 473,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 11
                            },
                            "end": {
                              "line": 23,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 463,
                            "end": 467,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 11
                              },
                              "end": {
                                "line": 23,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 468,
                            "end": 473,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 16
                              },
                              "end": {
                                "line": 23,
                                "column": 21
                              }
                            },
                            "name": "model"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "MemberExpression",
                          "start": 474,
                          "end": 498,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 22
                            },
                            "end": {
                              "line": 23,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 474,
                            "end": 488,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 22
                              },
                              "end": {
                                "line": 23,
                                "column": 36
                              }
                            },
                            "name": "SlideComponent"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 489,
                            "end": 498,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 37
                              },
                              "end": {
                                "line": 23,
                                "column": 46
                              }
                            },
                            "name": "imageSize"
                          },
                          "computed": false
                        },
                        "computed": true
                      },
                      "property": {
                        "type": "MemberExpression",
                        "start": 500,
                        "end": 522,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 48
                          },
                          "end": {
                            "line": 23,
                            "column": 70
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 500,
                          "end": 514,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 48
                            },
                            "end": {
                              "line": 23,
                              "column": 62
                            }
                          },
                          "name": "SlideComponent"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 515,
                          "end": 522,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 63
                            },
                            "end": {
                              "line": 23,
                              "column": 70
                            }
                          },
                          "name": "quality"
                        },
                        "computed": false
                      },
                      "computed": true
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 532,
            "end": 693,
            "loc": {
              "start": {
                "line": 26,
                "column": 2
              },
              "end": {
                "line": 33,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 532,
              "end": 542,
              "loc": {
                "start": {
                  "line": 26,
                  "column": 2
                },
                "end": {
                  "line": 26,
                  "column": 12
                }
              },
              "name": "initialize"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 542,
              "end": 693,
              "loc": {
                "start": {
                  "line": 26,
                  "column": 12
                },
                "end": {
                  "line": 33,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 543,
                  "end": 550,
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 13
                    },
                    "end": {
                      "line": 26,
                      "column": 20
                    }
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 551,
                "end": 693,
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 21
                  },
                  "end": {
                    "line": 33,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 557,
                    "end": 584,
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 31
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 557,
                      "end": 583,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 30
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 557,
                        "end": 567,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 4
                          },
                          "end": {
                            "line": 27,
                            "column": 14
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 557,
                          "end": 561,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 4
                            },
                            "end": {
                              "line": 27,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 562,
                          "end": 567,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 9
                            },
                            "end": {
                              "line": 27,
                              "column": 14
                            }
                          },
                          "name": "model"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 570,
                        "end": 583,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 17
                          },
                          "end": {
                            "line": 27,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 570,
                          "end": 577,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 17
                            },
                            "end": {
                              "line": 27,
                              "column": 24
                            }
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 578,
                          "end": 583,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 25
                            },
                            "end": {
                              "line": 27,
                              "column": 30
                            }
                          },
                          "name": "model"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 589,
                    "end": 614,
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 4
                      },
                      "end": {
                        "line": 28,
                        "column": 29
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 589,
                      "end": 613,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 4
                        },
                        "end": {
                          "line": 28,
                          "column": 28
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 589,
                        "end": 608,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 4
                          },
                          "end": {
                            "line": 28,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 589,
                          "end": 593,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 4
                            },
                            "end": {
                              "line": 28,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 594,
                          "end": 608,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 9
                            },
                            "end": {
                              "line": 28,
                              "column": 23
                            }
                          },
                          "name": "preloadPromise"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "ObjectExpression",
                        "start": 611,
                        "end": 613,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 26
                          },
                          "end": {
                            "line": 28,
                            "column": 28
                          }
                        },
                        "properties": []
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 620,
                    "end": 689,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 4
                      },
                      "end": {
                        "line": 32,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 623,
                      "end": 634,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 7
                        },
                        "end": {
                          "line": 30,
                          "column": 18
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "MemberExpression",
                        "start": 624,
                        "end": 634,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 624,
                          "end": 628,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 629,
                          "end": 634,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 13
                            },
                            "end": {
                              "line": 30,
                              "column": 18
                            }
                          },
                          "name": "model"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 636,
                      "end": 689,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 20
                        },
                        "end": {
                          "line": 32,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ThrowStatement",
                          "start": 644,
                          "end": 683,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 6
                            },
                            "end": {
                              "line": 31,
                              "column": 45
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 650,
                            "end": 682,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 12
                              },
                              "end": {
                                "line": 31,
                                "column": 44
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 654,
                              "end": 659,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 16
                                },
                                "end": {
                                  "line": 31,
                                  "column": 21
                                }
                              },
                              "name": "Error"
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 660,
                                "end": 681,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 43
                                  }
                                },
                                "value": "Missing slide model",
                                "rawValue": "Missing slide model",
                                "raw": "\"Missing slide model\""
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "alternate": null
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 697,
            "end": 937,
            "loc": {
              "start": {
                "line": 35,
                "column": 2
              },
              "end": {
                "line": 45,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 697,
              "end": 707,
              "loc": {
                "start": {
                  "line": 35,
                  "column": 2
                },
                "end": {
                  "line": 35,
                  "column": 12
                }
              },
              "name": "getElement"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 707,
              "end": 937,
              "loc": {
                "start": {
                  "line": 35,
                  "column": 12
                },
                "end": {
                  "line": 45,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 709,
                "end": 937,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 14
                  },
                  "end": {
                    "line": 45,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 715,
                    "end": 798,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 4
                      },
                      "end": {
                        "line": 38,
                        "column": 7
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 719,
                        "end": 797,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 8
                          },
                          "end": {
                            "line": 38,
                            "column": 6
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 719,
                          "end": 722,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 11
                            }
                          },
                          "name": "$el"
                        },
                        "init": {
                          "type": "AssignmentExpression",
                          "start": 725,
                          "end": 797,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 14
                            },
                            "end": {
                              "line": 38,
                              "column": 6
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 725,
                            "end": 739,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 14
                              },
                              "end": {
                                "line": 36,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 725,
                              "end": 729,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 14
                                },
                                "end": {
                                  "line": 36,
                                  "column": 18
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 730,
                              "end": 739,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 19
                                },
                                "end": {
                                  "line": 36,
                                  "column": 28
                                }
                              },
                              "name": "currentEl"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 742,
                            "end": 797,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 31
                              },
                              "end": {
                                "line": 38,
                                "column": 6
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 742,
                              "end": 743,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 31
                                },
                                "end": {
                                  "line": 36,
                                  "column": 32
                                }
                              },
                              "name": "$"
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 744,
                                "end": 753,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 42
                                  }
                                },
                                "value": "<div />",
                                "rawValue": "<div />",
                                "raw": "\"<div />\""
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 755,
                                "end": 796,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 5
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 763,
                                    "end": 790,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 33
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Literal",
                                      "start": 763,
                                      "end": 770,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 13
                                        }
                                      },
                                      "value": "class",
                                      "rawValue": "class",
                                      "raw": "\"class\""
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 772,
                                      "end": 790,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 33
                                        }
                                      },
                                      "value": "slideshow__slide",
                                      "rawValue": "slideshow__slide",
                                      "raw": "\"slideshow__slide\""
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 804,
                    "end": 916,
                    "loc": {
                      "start": {
                        "line": 40,
                        "column": 4
                      },
                      "end": {
                        "line": 42,
                        "column": 52
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 804,
                      "end": 915,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 42,
                          "column": 51
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 804,
                        "end": 875,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 4
                          },
                          "end": {
                            "line": 42,
                            "column": 11
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 804,
                          "end": 870,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 4
                            },
                            "end": {
                              "line": 42,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 804,
                            "end": 811,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 4
                              },
                              "end": {
                                "line": 40,
                                "column": 11
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 804,
                              "end": 807,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 4
                                },
                                "end": {
                                  "line": 40,
                                  "column": 7
                                }
                              },
                              "name": "$el"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 808,
                              "end": 811,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 40,
                                  "column": 11
                                }
                              },
                              "name": "css"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 812,
                              "end": 869,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 12
                                },
                                "end": {
                                  "line": 42,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 820,
                                  "end": 863,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 49
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Literal",
                                    "start": 820,
                                    "end": 838,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 24
                                      }
                                    },
                                    "value": "background-image",
                                    "rawValue": "background-image",
                                    "raw": "\"background-image\""
                                  },
                                  "value": {
                                    "type": "TemplateLiteral",
                                    "start": 840,
                                    "end": 863,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 49
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 847,
                                        "end": 860,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 46
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 847,
                                          "end": 851,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 852,
                                          "end": 860,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 46
                                            }
                                          },
                                          "name": "imageUrl"
                                        },
                                        "computed": false
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 841,
                                        "end": 845,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 31
                                          }
                                        },
                                        "value": {
                                          "raw": "url(",
                                          "cooked": "url("
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 861,
                                        "end": 862,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 48
                                          }
                                        },
                                        "value": {
                                          "raw": ")",
                                          "cooked": ")"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  },
                                  "kind": "init"
                                }
                              ]
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 871,
                          "end": 875,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 7
                            },
                            "end": {
                              "line": 42,
                              "column": 11
                            }
                          },
                          "name": "attr"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 876,
                          "end": 892,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 12
                            },
                            "end": {
                              "line": 42,
                              "column": 28
                            }
                          },
                          "value": "data-strapline",
                          "rawValue": "data-strapline",
                          "raw": "\"data-strapline\""
                        },
                        {
                          "type": "MemberExpression",
                          "start": 894,
                          "end": 914,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 30
                            },
                            "end": {
                              "line": 42,
                              "column": 50
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 894,
                            "end": 904,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 30
                              },
                              "end": {
                                "line": 42,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 894,
                              "end": 898,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 30
                                },
                                "end": {
                                  "line": 42,
                                  "column": 34
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 899,
                              "end": 904,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 35
                                },
                                "end": {
                                  "line": 42,
                                  "column": 40
                                }
                              },
                              "name": "model"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 905,
                            "end": 914,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 41
                              },
                              "end": {
                                "line": 42,
                                "column": 50
                              }
                            },
                            "name": "strapline"
                          },
                          "computed": false
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 922,
                    "end": 933,
                    "loc": {
                      "start": {
                        "line": 44,
                        "column": 4
                      },
                      "end": {
                        "line": 44,
                        "column": 15
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 929,
                      "end": 932,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 11
                        },
                        "end": {
                          "line": 44,
                          "column": 14
                        }
                      },
                      "name": "$el"
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 941,
            "end": 1422,
            "loc": {
              "start": {
                "line": 47,
                "column": 2
              },
              "end": {
                "line": 66,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 941,
              "end": 948,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 2
                },
                "end": {
                  "line": 47,
                  "column": 9
                }
              },
              "name": "preload"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 948,
              "end": 1422,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 9
                },
                "end": {
                  "line": 66,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 950,
                "end": 1422,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 11
                  },
                  "end": {
                    "line": 66,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 991,
                    "end": 1107,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 4
                      },
                      "end": {
                        "line": 51,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 994,
                      "end": 1039,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 7
                        },
                        "end": {
                          "line": 49,
                          "column": 52
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 994,
                        "end": 1013,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 7
                          },
                          "end": {
                            "line": 49,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 994,
                          "end": 998,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 7
                            },
                            "end": {
                              "line": 49,
                              "column": 11
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 999,
                          "end": 1013,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 12
                            },
                            "end": {
                              "line": 49,
                              "column": 26
                            }
                          },
                          "name": "preloadPromise"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "property": {
                        "type": "MemberExpression",
                        "start": 1014,
                        "end": 1038,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 27
                          },
                          "end": {
                            "line": 49,
                            "column": 51
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1014,
                          "end": 1028,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 27
                            },
                            "end": {
                              "line": 49,
                              "column": 41
                            }
                          },
                          "name": "SlideComponent"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1029,
                          "end": 1038,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 42
                            },
                            "end": {
                              "line": 49,
                              "column": 51
                            }
                          },
                          "name": "imageSize"
                        },
                        "computed": false
                      },
                      "computed": true,
                      "leadingComments": null
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1040,
                      "end": 1107,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 53
                        },
                        "end": {
                          "line": 51,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 1048,
                          "end": 1101,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 6
                            },
                            "end": {
                              "line": 50,
                              "column": 59
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 1055,
                            "end": 1100,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 13
                              },
                              "end": {
                                "line": 50,
                                "column": 58
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1055,
                              "end": 1074,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 13
                                },
                                "end": {
                                  "line": 50,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1055,
                                "end": 1059,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 17
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1060,
                                "end": 1074,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 32
                                  }
                                },
                                "name": "preloadPromise"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "MemberExpression",
                              "start": 1075,
                              "end": 1099,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 33
                                },
                                "end": {
                                  "line": 50,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1075,
                                "end": 1089,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 47
                                  }
                                },
                                "name": "SlideComponent"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1090,
                                "end": 1099,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 57
                                  }
                                },
                                "name": "imageSize"
                              },
                              "computed": false
                            },
                            "computed": true
                          }
                        }
                      ]
                    },
                    "alternate": null,
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " return if already preloaded",
                        "start": 956,
                        "end": 986,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 34
                          }
                        },
                        "range": [
                          956,
                          986
                        ]
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1113,
                    "end": 1397,
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 4
                      },
                      "end": {
                        "line": 63,
                        "column": 7
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1117,
                        "end": 1396,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 8
                          },
                          "end": {
                            "line": 63,
                            "column": 6
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1117,
                          "end": 1124,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 8
                            },
                            "end": {
                              "line": 53,
                              "column": 15
                            }
                          },
                          "name": "promise"
                        },
                        "init": {
                          "type": "AssignmentExpression",
                          "start": 1127,
                          "end": 1396,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 18
                            },
                            "end": {
                              "line": 63,
                              "column": 6
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 1127,
                            "end": 1172,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 18
                              },
                              "end": {
                                "line": 53,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1127,
                              "end": 1146,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 18
                                },
                                "end": {
                                  "line": 53,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1127,
                                "end": 1131,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 22
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1132,
                                "end": 1146,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 37
                                  }
                                },
                                "name": "preloadPromise"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "MemberExpression",
                              "start": 1147,
                              "end": 1171,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 38
                                },
                                "end": {
                                  "line": 53,
                                  "column": 62
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1147,
                                "end": 1161,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 52
                                  }
                                },
                                "name": "SlideComponent"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1162,
                                "end": 1171,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 62
                                  }
                                },
                                "name": "imageSize"
                              },
                              "computed": false
                            },
                            "computed": true
                          },
                          "right": {
                            "type": "NewExpression",
                            "start": 1175,
                            "end": 1396,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 66
                              },
                              "end": {
                                "line": 63,
                                "column": 6
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1179,
                              "end": 1186,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 70
                                },
                                "end": {
                                  "line": 53,
                                  "column": 77
                                }
                              },
                              "name": "Promise"
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 1187,
                                "end": 1395,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 5
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 1188,
                                    "end": 1195,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 86
                                      }
                                    },
                                    "name": "resolve"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 1200,
                                  "end": 1395,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 91
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 1208,
                                      "end": 1232,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 30
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 1212,
                                          "end": 1231,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 29
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 1212,
                                            "end": 1217,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 15
                                              }
                                            },
                                            "name": "image"
                                          },
                                          "init": {
                                            "type": "NewExpression",
                                            "start": 1220,
                                            "end": 1231,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 29
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 1224,
                                              "end": 1229,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 27
                                                }
                                              },
                                              "name": "Image"
                                            },
                                            "arguments": []
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1240,
                                      "end": 1266,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 32
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1240,
                                        "end": 1265,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 31
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1240,
                                          "end": 1249,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1240,
                                            "end": 1245,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 11
                                              }
                                            },
                                            "name": "image"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1246,
                                            "end": 1249,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 15
                                              }
                                            },
                                            "name": "src"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 1252,
                                          "end": 1265,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 31
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1252,
                                            "end": 1256,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1257,
                                            "end": 1265,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 31
                                              }
                                            },
                                            "name": "imageUrl"
                                          },
                                          "computed": false
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1273,
                                      "end": 1327,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 8
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1273,
                                        "end": 1326,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 7
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1273,
                                          "end": 1285,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 18
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1273,
                                            "end": 1278,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 11
                                              }
                                            },
                                            "name": "image"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1279,
                                            "end": 1285,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 18
                                              }
                                            },
                                            "name": "onload"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "FunctionExpression",
                                          "start": 1288,
                                          "end": 1326,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 7
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 1298,
                                            "end": 1326,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 1308,
                                                "end": 1318,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 18
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 1308,
                                                  "end": 1317,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 17
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 1308,
                                                    "end": 1315,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 15
                                                      }
                                                    },
                                                    "name": "resolve"
                                                  },
                                                  "arguments": []
                                                }
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1334,
                                      "end": 1389,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 8
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1334,
                                        "end": 1388,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 7
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1334,
                                          "end": 1347,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 19
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1334,
                                            "end": 1339,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 11
                                              }
                                            },
                                            "name": "image"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1340,
                                            "end": 1347,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 19
                                              }
                                            },
                                            "name": "onerror"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "FunctionExpression",
                                          "start": 1350,
                                          "end": 1388,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 7
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 1360,
                                            "end": 1388,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 1370,
                                                "end": 1380,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 18
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 1370,
                                                  "end": 1379,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 17
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 1370,
                                                    "end": 1377,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 15
                                                      }
                                                    },
                                                    "name": "resolve"
                                                  },
                                                  "arguments": []
                                                }
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1403,
                    "end": 1418,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 4
                      },
                      "end": {
                        "line": 65,
                        "column": 19
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 1410,
                      "end": 1417,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 11
                        },
                        "end": {
                          "line": 65,
                          "column": 18
                        }
                      },
                      "name": "promise"
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 1426,
            "end": 1551,
            "loc": {
              "start": {
                "line": 68,
                "column": 2
              },
              "end": {
                "line": 74,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 1426,
              "end": 1430,
              "loc": {
                "start": {
                  "line": 68,
                  "column": 2
                },
                "end": {
                  "line": 68,
                  "column": 6
                }
              },
              "name": "show"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 1430,
              "end": 1551,
              "loc": {
                "start": {
                  "line": 68,
                  "column": 6
                },
                "end": {
                  "line": 74,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 1432,
                "end": 1551,
                "loc": {
                  "start": {
                    "line": 68,
                    "column": 8
                  },
                  "end": {
                    "line": 74,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 1438,
                    "end": 1463,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 4
                      },
                      "end": {
                        "line": 69,
                        "column": 29
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1442,
                        "end": 1462,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 8
                          },
                          "end": {
                            "line": 69,
                            "column": 28
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1442,
                          "end": 1445,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 8
                            },
                            "end": {
                              "line": 69,
                              "column": 11
                            }
                          },
                          "name": "$el"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 1448,
                          "end": 1462,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 14
                            },
                            "end": {
                              "line": 69,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1448,
                            "end": 1452,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 14
                              },
                              "end": {
                                "line": 69,
                                "column": 18
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1453,
                            "end": 1462,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 19
                              },
                              "end": {
                                "line": 69,
                                "column": 28
                              }
                            },
                            "name": "currentEl"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1469,
                    "end": 1511,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 4
                      },
                      "end": {
                        "line": 71,
                        "column": 46
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1469,
                      "end": 1510,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 4
                        },
                        "end": {
                          "line": 71,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1469,
                        "end": 1481,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 4
                          },
                          "end": {
                            "line": 71,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1469,
                          "end": 1472,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 4
                            },
                            "end": {
                              "line": 71,
                              "column": 7
                            }
                          },
                          "name": "$el"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1473,
                          "end": 1481,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 8
                            },
                            "end": {
                              "line": 71,
                              "column": 16
                            }
                          },
                          "name": "addClass"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 1482,
                          "end": 1509,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 17
                            },
                            "end": {
                              "line": 71,
                              "column": 44
                            }
                          },
                          "value": "slideshow__slide--visible",
                          "rawValue": "slideshow__slide--visible",
                          "raw": "\"slideshow__slide--visible\""
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1517,
                    "end": 1547,
                    "loc": {
                      "start": {
                        "line": 73,
                        "column": 4
                      },
                      "end": {
                        "line": 73,
                        "column": 34
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 1524,
                      "end": 1546,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 11
                        },
                        "end": {
                          "line": 73,
                          "column": 33
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 1524,
                        "end": 1541,
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 11
                          },
                          "end": {
                            "line": 73,
                            "column": 28
                          }
                        },
                        "name": "waitForTransition"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1542,
                          "end": 1545,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 29
                            },
                            "end": {
                              "line": 73,
                              "column": 32
                            }
                          },
                          "name": "$el"
                        }
                      ]
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 1555,
            "end": 1595,
            "loc": {
              "start": {
                "line": 76,
                "column": 2
              },
              "end": {
                "line": 78,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 1555,
              "end": 1559,
              "loc": {
                "start": {
                  "line": 76,
                  "column": 2
                },
                "end": {
                  "line": 76,
                  "column": 6
                }
              },
              "name": "hide"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 1559,
              "end": 1595,
              "loc": {
                "start": {
                  "line": 76,
                  "column": 6
                },
                "end": {
                  "line": 78,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 1561,
                "end": 1595,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 8
                  },
                  "end": {
                    "line": 78,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1567,
                    "end": 1591,
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 4
                      },
                      "end": {
                        "line": 77,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1567,
                      "end": 1590,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 4
                        },
                        "end": {
                          "line": 77,
                          "column": 27
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1567,
                        "end": 1588,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 4
                          },
                          "end": {
                            "line": 77,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1567,
                          "end": 1581,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 4
                            },
                            "end": {
                              "line": 77,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1567,
                            "end": 1571,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 4
                              },
                              "end": {
                                "line": 77,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1572,
                            "end": 1581,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 9
                              },
                              "end": {
                                "line": 77,
                                "column": 18
                              }
                            },
                            "name": "currentEl"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1582,
                          "end": 1588,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 19
                            },
                            "end": {
                              "line": 77,
                              "column": 25
                            }
                          },
                          "name": "remove"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ]
              }
            }
          }
        ]
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "Identifier",
      "start": 1600,
      "end": 1630,
      "loc": {
        "start": {
          "line": 82,
          "column": 0
        },
        "end": {
          "line": 82,
          "column": 30
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 1615,
        "end": 1629,
        "loc": {
          "start": {
            "line": 82,
            "column": 15
          },
          "end": {
            "line": 82,
            "column": 29
          }
        },
        "name": "SlideComponent"
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 1600,
      "end": 1630,
      "loc": {
        "start": {
          "line": 82,
          "column": 0
        },
        "end": {
          "line": 82,
          "column": 30
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 114,
        "end": 1598,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 80,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 120,
          "end": 134,
          "loc": {
            "start": {
              "line": 4,
              "column": 6
            },
            "end": {
              "line": 4,
              "column": 20
            }
          },
          "name": "SlideComponent"
        },
        "superClass": {
          "type": "Identifier",
          "start": 143,
          "end": 152,
          "loc": {
            "start": {
              "line": 4,
              "column": 29
            },
            "end": {
              "line": 4,
              "column": 38
            }
          },
          "name": "Component"
        },
        "body": {
          "type": "ClassBody",
          "start": 153,
          "end": 1598,
          "loc": {
            "start": {
              "line": 4,
              "column": 39
            },
            "end": {
              "line": 80,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 158,
              "end": 385,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2
                },
                "end": {
                  "line": 16,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 169,
                "end": 178,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 13
                  },
                  "end": {
                    "line": 6,
                    "column": 22
                  }
                },
                "name": "imageSize"
              },
              "static": true,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 178,
                "end": 385,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 22
                  },
                  "end": {
                    "line": 16,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 180,
                  "end": 385,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 24
                    },
                    "end": {
                      "line": 16,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 186,
                      "end": 270,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "CallExpression",
                        "start": 189,
                        "end": 240,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 7
                          },
                          "end": {
                            "line": 7,
                            "column": 58
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 189,
                          "end": 201,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 7
                            },
                            "end": {
                              "line": 7,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 189,
                            "end": 198,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 7
                              },
                              "end": {
                                "line": 7,
                                "column": 16
                              }
                            },
                            "name": "Modernizr"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 199,
                            "end": 201,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 17
                              },
                              "end": {
                                "line": 7,
                                "column": 19
                              }
                            },
                            "name": "mq"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 202,
                            "end": 239,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 20
                              },
                              "end": {
                                "line": 7,
                                "column": 57
                              }
                            },
                            "value": "only screen and (min-width: 1200px)",
                            "rawValue": "only screen and (min-width: 1200px)",
                            "raw": "\"only screen and (min-width: 1200px)\""
                          }
                        ]
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 241,
                        "end": 270,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 59
                          },
                          "end": {
                            "line": 9,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 249,
                            "end": 264,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 6
                              },
                              "end": {
                                "line": 8,
                                "column": 21
                              }
                            },
                            "argument": {
                              "type": "Literal",
                              "start": 256,
                              "end": 263,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 13
                                },
                                "end": {
                                  "line": 8,
                                  "column": 20
                                }
                              },
                              "value": "large",
                              "rawValue": "large",
                              "raw": "\"large\""
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 276,
                      "end": 360,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "CallExpression",
                        "start": 279,
                        "end": 329,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 7
                          },
                          "end": {
                            "line": 11,
                            "column": 57
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 279,
                          "end": 291,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 7
                            },
                            "end": {
                              "line": 11,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 279,
                            "end": 288,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 7
                              },
                              "end": {
                                "line": 11,
                                "column": 16
                              }
                            },
                            "name": "Modernizr"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 289,
                            "end": 291,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 17
                              },
                              "end": {
                                "line": 11,
                                "column": 19
                              }
                            },
                            "name": "mq"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 292,
                            "end": 328,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 20
                              },
                              "end": {
                                "line": 11,
                                "column": 56
                              }
                            },
                            "value": "only screen and (min-width: 720px)",
                            "rawValue": "only screen and (min-width: 720px)",
                            "raw": "\"only screen and (min-width: 720px)\""
                          }
                        ]
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 330,
                        "end": 360,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 58
                          },
                          "end": {
                            "line": 13,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 338,
                            "end": 354,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 6
                              },
                              "end": {
                                "line": 12,
                                "column": 22
                              }
                            },
                            "argument": {
                              "type": "Literal",
                              "start": 345,
                              "end": 353,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 13
                                },
                                "end": {
                                  "line": 12,
                                  "column": 21
                                }
                              },
                              "value": "medium",
                              "rawValue": "medium",
                              "raw": "\"medium\""
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 366,
                      "end": 381,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 19
                        }
                      },
                      "argument": {
                        "type": "Literal",
                        "start": 373,
                        "end": 380,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 11
                          },
                          "end": {
                            "line": 15,
                            "column": 18
                          }
                        },
                        "value": "small",
                        "rawValue": "small",
                        "raw": "\"small\""
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 389,
              "end": 432,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 2
                },
                "end": {
                  "line": 20,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 400,
                "end": 407,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 13
                  },
                  "end": {
                    "line": 18,
                    "column": 20
                  }
                },
                "name": "quality"
              },
              "static": true,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 407,
                "end": 432,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 20
                  },
                  "end": {
                    "line": 20,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 410,
                  "end": 432,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 23
                    },
                    "end": {
                      "line": 20,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 416,
                      "end": 428,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 16
                        }
                      },
                      "argument": {
                        "type": "Literal",
                        "start": 423,
                        "end": 427,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 11
                          },
                          "end": {
                            "line": 19,
                            "column": 15
                          }
                        },
                        "value": "hq",
                        "rawValue": "hq",
                        "raw": "\"hq\""
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 436,
              "end": 528,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 2
                },
                "end": {
                  "line": 24,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 440,
                "end": 448,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 6
                  },
                  "end": {
                    "line": 22,
                    "column": 14
                  }
                },
                "name": "imageUrl"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 448,
                "end": 528,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 14
                  },
                  "end": {
                    "line": 24,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 450,
                  "end": 528,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 16
                    },
                    "end": {
                      "line": 24,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 456,
                      "end": 524,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 72
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 463,
                        "end": 523,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 11
                          },
                          "end": {
                            "line": 23,
                            "column": 71
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 463,
                          "end": 499,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 11
                            },
                            "end": {
                              "line": 23,
                              "column": 47
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 463,
                            "end": 473,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 11
                              },
                              "end": {
                                "line": 23,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 463,
                              "end": 467,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 11
                                },
                                "end": {
                                  "line": 23,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 468,
                              "end": 473,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 16
                                },
                                "end": {
                                  "line": 23,
                                  "column": 21
                                }
                              },
                              "name": "model"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "MemberExpression",
                            "start": 474,
                            "end": 498,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 22
                              },
                              "end": {
                                "line": 23,
                                "column": 46
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 474,
                              "end": 488,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 22
                                },
                                "end": {
                                  "line": 23,
                                  "column": 36
                                }
                              },
                              "name": "SlideComponent"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 489,
                              "end": 498,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 37
                                },
                                "end": {
                                  "line": 23,
                                  "column": 46
                                }
                              },
                              "name": "imageSize"
                            },
                            "computed": false
                          },
                          "computed": true
                        },
                        "property": {
                          "type": "MemberExpression",
                          "start": 500,
                          "end": 522,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 48
                            },
                            "end": {
                              "line": 23,
                              "column": 70
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 500,
                            "end": 514,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 48
                              },
                              "end": {
                                "line": 23,
                                "column": 62
                              }
                            },
                            "name": "SlideComponent"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 515,
                            "end": 522,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 63
                              },
                              "end": {
                                "line": 23,
                                "column": 70
                              }
                            },
                            "name": "quality"
                          },
                          "computed": false
                        },
                        "computed": true
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 532,
              "end": 693,
              "loc": {
                "start": {
                  "line": 26,
                  "column": 2
                },
                "end": {
                  "line": 33,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 532,
                "end": 542,
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 2
                  },
                  "end": {
                    "line": 26,
                    "column": 12
                  }
                },
                "name": "initialize"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 542,
                "end": 693,
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 12
                  },
                  "end": {
                    "line": 33,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 543,
                    "end": 550,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 13
                      },
                      "end": {
                        "line": 26,
                        "column": 20
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 551,
                  "end": 693,
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 21
                    },
                    "end": {
                      "line": 33,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 557,
                      "end": 584,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 557,
                        "end": 583,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 4
                          },
                          "end": {
                            "line": 27,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 557,
                          "end": 567,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 4
                            },
                            "end": {
                              "line": 27,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 557,
                            "end": 561,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 4
                              },
                              "end": {
                                "line": 27,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 562,
                            "end": 567,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 9
                              },
                              "end": {
                                "line": 27,
                                "column": 14
                              }
                            },
                            "name": "model"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 570,
                          "end": 583,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 17
                            },
                            "end": {
                              "line": 27,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 570,
                            "end": 577,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 17
                              },
                              "end": {
                                "line": 27,
                                "column": 24
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 578,
                            "end": 583,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 25
                              },
                              "end": {
                                "line": 27,
                                "column": 30
                              }
                            },
                            "name": "model"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 589,
                      "end": 614,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 4
                        },
                        "end": {
                          "line": 28,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 589,
                        "end": 613,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 4
                          },
                          "end": {
                            "line": 28,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 589,
                          "end": 608,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 4
                            },
                            "end": {
                              "line": 28,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 589,
                            "end": 593,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 4
                              },
                              "end": {
                                "line": 28,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 594,
                            "end": 608,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 9
                              },
                              "end": {
                                "line": 28,
                                "column": 23
                              }
                            },
                            "name": "preloadPromise"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 611,
                          "end": 613,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 26
                            },
                            "end": {
                              "line": 28,
                              "column": 28
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 620,
                      "end": 689,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 4
                        },
                        "end": {
                          "line": 32,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 623,
                        "end": 634,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 7
                          },
                          "end": {
                            "line": 30,
                            "column": 18
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 624,
                          "end": 634,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 624,
                            "end": 628,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 629,
                            "end": 634,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 13
                              },
                              "end": {
                                "line": 30,
                                "column": 18
                              }
                            },
                            "name": "model"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 636,
                        "end": 689,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 20
                          },
                          "end": {
                            "line": 32,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ThrowStatement",
                            "start": 644,
                            "end": 683,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 6
                              },
                              "end": {
                                "line": 31,
                                "column": 45
                              }
                            },
                            "argument": {
                              "type": "NewExpression",
                              "start": 650,
                              "end": 682,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 12
                                },
                                "end": {
                                  "line": 31,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 654,
                                "end": 659,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 21
                                  }
                                },
                                "name": "Error"
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 660,
                                  "end": 681,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 43
                                    }
                                  },
                                  "value": "Missing slide model",
                                  "rawValue": "Missing slide model",
                                  "raw": "\"Missing slide model\""
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 697,
              "end": 937,
              "loc": {
                "start": {
                  "line": 35,
                  "column": 2
                },
                "end": {
                  "line": 45,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 697,
                "end": 707,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 2
                  },
                  "end": {
                    "line": 35,
                    "column": 12
                  }
                },
                "name": "getElement"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 707,
                "end": 937,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 12
                  },
                  "end": {
                    "line": 45,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 709,
                  "end": 937,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 14
                    },
                    "end": {
                      "line": 45,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 715,
                      "end": 798,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 4
                        },
                        "end": {
                          "line": 38,
                          "column": 7
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 719,
                          "end": 797,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 6
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 719,
                            "end": 722,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 11
                              }
                            },
                            "name": "$el"
                          },
                          "init": {
                            "type": "AssignmentExpression",
                            "start": 725,
                            "end": 797,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 14
                              },
                              "end": {
                                "line": 38,
                                "column": 6
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 725,
                              "end": 739,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 14
                                },
                                "end": {
                                  "line": 36,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 725,
                                "end": 729,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 18
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 730,
                                "end": 739,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 28
                                  }
                                },
                                "name": "currentEl"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 742,
                              "end": 797,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 31
                                },
                                "end": {
                                  "line": 38,
                                  "column": 6
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 742,
                                "end": 743,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 32
                                  }
                                },
                                "name": "$"
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 744,
                                  "end": 753,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 42
                                    }
                                  },
                                  "value": "<div />",
                                  "rawValue": "<div />",
                                  "raw": "\"<div />\""
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 755,
                                  "end": 796,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 5
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "start": 763,
                                      "end": 790,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 33
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Literal",
                                        "start": 763,
                                        "end": 770,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 13
                                          }
                                        },
                                        "value": "class",
                                        "rawValue": "class",
                                        "raw": "\"class\""
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 772,
                                        "end": 790,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 33
                                          }
                                        },
                                        "value": "slideshow__slide",
                                        "rawValue": "slideshow__slide",
                                        "raw": "\"slideshow__slide\""
                                      },
                                      "kind": "init"
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 804,
                      "end": 916,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 42,
                          "column": 52
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 804,
                        "end": 915,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 4
                          },
                          "end": {
                            "line": 42,
                            "column": 51
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 804,
                          "end": 875,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 4
                            },
                            "end": {
                              "line": 42,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 804,
                            "end": 870,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 4
                              },
                              "end": {
                                "line": 42,
                                "column": 6
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 804,
                              "end": 811,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 4
                                },
                                "end": {
                                  "line": 40,
                                  "column": 11
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 804,
                                "end": 807,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 7
                                  }
                                },
                                "name": "$el"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 808,
                                "end": 811,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 11
                                  }
                                },
                                "name": "css"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 812,
                                "end": 869,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 5
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 820,
                                    "end": 863,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 49
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Literal",
                                      "start": 820,
                                      "end": 838,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 24
                                        }
                                      },
                                      "value": "background-image",
                                      "rawValue": "background-image",
                                      "raw": "\"background-image\""
                                    },
                                    "value": {
                                      "type": "TemplateLiteral",
                                      "start": 840,
                                      "end": 863,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 49
                                        }
                                      },
                                      "expressions": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 847,
                                          "end": 860,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 847,
                                            "end": 851,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 852,
                                            "end": 860,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 46
                                              }
                                            },
                                            "name": "imageUrl"
                                          },
                                          "computed": false
                                        }
                                      ],
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "start": 841,
                                          "end": 845,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 31
                                            }
                                          },
                                          "value": {
                                            "raw": "url(",
                                            "cooked": "url("
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 861,
                                          "end": 862,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 48
                                            }
                                          },
                                          "value": {
                                            "raw": ")",
                                            "cooked": ")"
                                          },
                                          "tail": true
                                        }
                                      ]
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 871,
                            "end": 875,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 7
                              },
                              "end": {
                                "line": 42,
                                "column": 11
                              }
                            },
                            "name": "attr"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 876,
                            "end": 892,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 12
                              },
                              "end": {
                                "line": 42,
                                "column": 28
                              }
                            },
                            "value": "data-strapline",
                            "rawValue": "data-strapline",
                            "raw": "\"data-strapline\""
                          },
                          {
                            "type": "MemberExpression",
                            "start": 894,
                            "end": 914,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 30
                              },
                              "end": {
                                "line": 42,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 894,
                              "end": 904,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 30
                                },
                                "end": {
                                  "line": 42,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 894,
                                "end": 898,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 34
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 899,
                                "end": 904,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 40
                                  }
                                },
                                "name": "model"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 905,
                              "end": 914,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 41
                                },
                                "end": {
                                  "line": 42,
                                  "column": 50
                                }
                              },
                              "name": "strapline"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 922,
                      "end": 933,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 4
                        },
                        "end": {
                          "line": 44,
                          "column": 15
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 929,
                        "end": 932,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 11
                          },
                          "end": {
                            "line": 44,
                            "column": 14
                          }
                        },
                        "name": "$el"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 941,
              "end": 1422,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 2
                },
                "end": {
                  "line": 66,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 941,
                "end": 948,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 2
                  },
                  "end": {
                    "line": 47,
                    "column": 9
                  }
                },
                "name": "preload"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 948,
                "end": 1422,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 9
                  },
                  "end": {
                    "line": 66,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 950,
                  "end": 1422,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 11
                    },
                    "end": {
                      "line": 66,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 991,
                      "end": 1107,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 51,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 994,
                        "end": 1039,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 7
                          },
                          "end": {
                            "line": 49,
                            "column": 52
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 994,
                          "end": 1013,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 7
                            },
                            "end": {
                              "line": 49,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 994,
                            "end": 998,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 7
                              },
                              "end": {
                                "line": 49,
                                "column": 11
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 999,
                            "end": 1013,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 12
                              },
                              "end": {
                                "line": 49,
                                "column": 26
                              }
                            },
                            "name": "preloadPromise"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "property": {
                          "type": "MemberExpression",
                          "start": 1014,
                          "end": 1038,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 27
                            },
                            "end": {
                              "line": 49,
                              "column": 51
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1014,
                            "end": 1028,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 27
                              },
                              "end": {
                                "line": 49,
                                "column": 41
                              }
                            },
                            "name": "SlideComponent"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1029,
                            "end": 1038,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 42
                              },
                              "end": {
                                "line": 49,
                                "column": 51
                              }
                            },
                            "name": "imageSize"
                          },
                          "computed": false
                        },
                        "computed": true,
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1040,
                        "end": 1107,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 53
                          },
                          "end": {
                            "line": 51,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 1048,
                            "end": 1101,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 6
                              },
                              "end": {
                                "line": 50,
                                "column": 59
                              }
                            },
                            "argument": {
                              "type": "MemberExpression",
                              "start": 1055,
                              "end": 1100,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 13
                                },
                                "end": {
                                  "line": 50,
                                  "column": 58
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1055,
                                "end": 1074,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1055,
                                  "end": 1059,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1060,
                                  "end": 1074,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 32
                                    }
                                  },
                                  "name": "preloadPromise"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "MemberExpression",
                                "start": 1075,
                                "end": 1099,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 57
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1075,
                                  "end": 1089,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 47
                                    }
                                  },
                                  "name": "SlideComponent"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1090,
                                  "end": 1099,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 57
                                    }
                                  },
                                  "name": "imageSize"
                                },
                                "computed": false
                              },
                              "computed": true
                            }
                          }
                        ]
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " return if already preloaded",
                          "start": 956,
                          "end": 986,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 4
                            },
                            "end": {
                              "line": 48,
                              "column": 34
                            }
                          },
                          "range": [
                            956,
                            986
                          ]
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1113,
                      "end": 1397,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 4
                        },
                        "end": {
                          "line": 63,
                          "column": 7
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1117,
                          "end": 1396,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 8
                            },
                            "end": {
                              "line": 63,
                              "column": 6
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1117,
                            "end": 1124,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 8
                              },
                              "end": {
                                "line": 53,
                                "column": 15
                              }
                            },
                            "name": "promise"
                          },
                          "init": {
                            "type": "AssignmentExpression",
                            "start": 1127,
                            "end": 1396,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 18
                              },
                              "end": {
                                "line": 63,
                                "column": 6
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 1127,
                              "end": 1172,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 18
                                },
                                "end": {
                                  "line": 53,
                                  "column": 63
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1127,
                                "end": 1146,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1127,
                                  "end": 1131,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 22
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1132,
                                  "end": 1146,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 37
                                    }
                                  },
                                  "name": "preloadPromise"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "MemberExpression",
                                "start": 1147,
                                "end": 1171,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1147,
                                  "end": 1161,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 52
                                    }
                                  },
                                  "name": "SlideComponent"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1162,
                                  "end": 1171,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 62
                                    }
                                  },
                                  "name": "imageSize"
                                },
                                "computed": false
                              },
                              "computed": true
                            },
                            "right": {
                              "type": "NewExpression",
                              "start": 1175,
                              "end": 1396,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 66
                                },
                                "end": {
                                  "line": 63,
                                  "column": 6
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1179,
                                "end": 1186,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 77
                                  }
                                },
                                "name": "Promise"
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 1187,
                                  "end": 1395,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 5
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 1188,
                                      "end": 1195,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 79
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 86
                                        }
                                      },
                                      "name": "resolve"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 1200,
                                    "end": 1395,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 91
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 5
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 1208,
                                        "end": 1232,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 30
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 1212,
                                            "end": 1231,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 29
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 1212,
                                              "end": 1217,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 15
                                                }
                                              },
                                              "name": "image"
                                            },
                                            "init": {
                                              "type": "NewExpression",
                                              "start": 1220,
                                              "end": 1231,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 29
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 1224,
                                                "end": 1229,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 27
                                                  }
                                                },
                                                "name": "Image"
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1240,
                                        "end": 1266,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 32
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1240,
                                          "end": 1265,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 31
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 1240,
                                            "end": 1249,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1240,
                                              "end": 1245,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 11
                                                }
                                              },
                                              "name": "image"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1246,
                                              "end": 1249,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 15
                                                }
                                              },
                                              "name": "src"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 1252,
                                            "end": 1265,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1252,
                                              "end": 1256,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1257,
                                              "end": 1265,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 31
                                                }
                                              },
                                              "name": "imageUrl"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1273,
                                        "end": 1327,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 8
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1273,
                                          "end": 1326,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 7
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 1273,
                                            "end": 1285,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 18
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1273,
                                              "end": 1278,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 11
                                                }
                                              },
                                              "name": "image"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1279,
                                              "end": 1285,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 18
                                                }
                                              },
                                              "name": "onload"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "FunctionExpression",
                                            "start": 1288,
                                            "end": 1326,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 7
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 1298,
                                              "end": 1326,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 7
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1308,
                                                  "end": 1318,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 18
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 1308,
                                                    "end": 1317,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 17
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 1308,
                                                      "end": 1315,
                                                      "loc": {
                                                        "start": {
                                                          "line": 58,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 58,
                                                          "column": 15
                                                        }
                                                      },
                                                      "name": "resolve"
                                                    },
                                                    "arguments": []
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1334,
                                        "end": 1389,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 8
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1334,
                                          "end": 1388,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 7
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 1334,
                                            "end": 1347,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 19
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1334,
                                              "end": 1339,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 11
                                                }
                                              },
                                              "name": "image"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1340,
                                              "end": 1347,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 19
                                                }
                                              },
                                              "name": "onerror"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "FunctionExpression",
                                            "start": 1350,
                                            "end": 1388,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 7
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 1360,
                                              "end": 1388,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 7
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1370,
                                                  "end": 1380,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 18
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 1370,
                                                    "end": 1379,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 17
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 1370,
                                                      "end": 1377,
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 15
                                                        }
                                                      },
                                                      "name": "resolve"
                                                    },
                                                    "arguments": []
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1403,
                      "end": 1418,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 4
                        },
                        "end": {
                          "line": 65,
                          "column": 19
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 1410,
                        "end": 1417,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 11
                          },
                          "end": {
                            "line": 65,
                            "column": 18
                          }
                        },
                        "name": "promise"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1426,
              "end": 1551,
              "loc": {
                "start": {
                  "line": 68,
                  "column": 2
                },
                "end": {
                  "line": 74,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1426,
                "end": 1430,
                "loc": {
                  "start": {
                    "line": 68,
                    "column": 2
                  },
                  "end": {
                    "line": 68,
                    "column": 6
                  }
                },
                "name": "show"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1430,
                "end": 1551,
                "loc": {
                  "start": {
                    "line": 68,
                    "column": 6
                  },
                  "end": {
                    "line": 74,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1432,
                  "end": 1551,
                  "loc": {
                    "start": {
                      "line": 68,
                      "column": 8
                    },
                    "end": {
                      "line": 74,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1438,
                      "end": 1463,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 4
                        },
                        "end": {
                          "line": 69,
                          "column": 29
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1442,
                          "end": 1462,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 8
                            },
                            "end": {
                              "line": 69,
                              "column": 28
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1442,
                            "end": 1445,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 8
                              },
                              "end": {
                                "line": 69,
                                "column": 11
                              }
                            },
                            "name": "$el"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 1448,
                            "end": 1462,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 14
                              },
                              "end": {
                                "line": 69,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1448,
                              "end": 1452,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 14
                                },
                                "end": {
                                  "line": 69,
                                  "column": 18
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1453,
                              "end": 1462,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 19
                                },
                                "end": {
                                  "line": 69,
                                  "column": 28
                                }
                              },
                              "name": "currentEl"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1469,
                      "end": 1511,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 4
                        },
                        "end": {
                          "line": 71,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1469,
                        "end": 1510,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 4
                          },
                          "end": {
                            "line": 71,
                            "column": 45
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1469,
                          "end": 1481,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 4
                            },
                            "end": {
                              "line": 71,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1469,
                            "end": 1472,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 4
                              },
                              "end": {
                                "line": 71,
                                "column": 7
                              }
                            },
                            "name": "$el"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1473,
                            "end": 1481,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 8
                              },
                              "end": {
                                "line": 71,
                                "column": 16
                              }
                            },
                            "name": "addClass"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 1482,
                            "end": 1509,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 17
                              },
                              "end": {
                                "line": 71,
                                "column": 44
                              }
                            },
                            "value": "slideshow__slide--visible",
                            "rawValue": "slideshow__slide--visible",
                            "raw": "\"slideshow__slide--visible\""
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1517,
                      "end": 1547,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 4
                        },
                        "end": {
                          "line": 73,
                          "column": 34
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1524,
                        "end": 1546,
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 11
                          },
                          "end": {
                            "line": 73,
                            "column": 33
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1524,
                          "end": 1541,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 11
                            },
                            "end": {
                              "line": 73,
                              "column": 28
                            }
                          },
                          "name": "waitForTransition"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1542,
                            "end": 1545,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 29
                              },
                              "end": {
                                "line": 73,
                                "column": 32
                              }
                            },
                            "name": "$el"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1555,
              "end": 1595,
              "loc": {
                "start": {
                  "line": 76,
                  "column": 2
                },
                "end": {
                  "line": 78,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1555,
                "end": 1559,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 2
                  },
                  "end": {
                    "line": 76,
                    "column": 6
                  }
                },
                "name": "hide"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1559,
                "end": 1595,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 6
                  },
                  "end": {
                    "line": 78,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1561,
                  "end": 1595,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 8
                    },
                    "end": {
                      "line": 78,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1567,
                      "end": 1591,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 4
                        },
                        "end": {
                          "line": 77,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1567,
                        "end": 1590,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 4
                          },
                          "end": {
                            "line": 77,
                            "column": 27
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1567,
                          "end": 1588,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 4
                            },
                            "end": {
                              "line": 77,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1567,
                            "end": 1581,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 4
                              },
                              "end": {
                                "line": 77,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1567,
                              "end": 1571,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 4
                                },
                                "end": {
                                  "line": 77,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1572,
                              "end": 1581,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 9
                                },
                                "end": {
                                  "line": 77,
                                  "column": 18
                                }
                              },
                              "name": "currentEl"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1582,
                            "end": 1588,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 19
                              },
                              "end": {
                                "line": 77,
                                "column": 25
                              }
                            },
                            "name": "remove"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "__esdoc__pseudo_export": false,
        "leadingComments": [],
        "trailingComments": []
      },
      "leadingComments": null
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 1600,
      "end": 1630,
      "loc": {
        "start": {
          "line": 82,
          "column": 0
        },
        "end": {
          "line": 82,
          "column": 30
        }
      },
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "let",
        "loc": {
          "start": {
            "line": 82,
            "column": 0
          },
          "end": {
            "line": 82,
            "column": 30
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "slideComponent"
            },
            "init": {
              "type": "NewExpression",
              "callee": {
                "type": "Identifier",
                "name": "SlideComponent"
              }
            }
          }
        ],
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}