{
  "type": "File",
  "start": 0,
  "end": 4482,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 166,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 4482,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 166,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 58,
        "end": 90,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 32
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 67,
            "end": 71,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 13
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 67,
              "end": 71,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 13
                },
                "identifierName": "loop"
              },
              "name": "loop"
            },
            "local": {
              "type": "Identifier",
              "start": 67,
              "end": 71,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 13
                },
                "identifierName": "loop"
              },
              "name": "loop"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 79,
          "end": 90,
          "loc": {
            "start": {
              "line": 5,
              "column": 21
            },
            "end": {
              "line": 5,
              "column": 32
            }
          },
          "extra": {
            "rawValue": "./loop.js",
            "raw": "'./loop.js'"
          },
          "value": "./loop.js"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 91,
        "end": 131,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 40
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 100,
            "end": 108,
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 17
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 100,
              "end": 108,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 9
                },
                "end": {
                  "line": 6,
                  "column": 17
                },
                "identifierName": "isObject"
              },
              "name": "isObject"
            },
            "local": {
              "type": "Identifier",
              "start": 100,
              "end": 108,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 9
                },
                "end": {
                  "line": 6,
                  "column": 17
                },
                "identifierName": "isObject"
              },
              "name": "isObject"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 116,
          "end": 131,
          "loc": {
            "start": {
              "line": 6,
              "column": 25
            },
            "end": {
              "line": 6,
              "column": 40
            }
          },
          "extra": {
            "rawValue": "./isobject.js",
            "raw": "'./isobject.js'"
          },
          "value": "./isobject.js",
          "leadingComments": null,
          "trailingComments": null
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * The Loader class is used to preload files\n ",
            "start": 133,
            "end": 185,
            "loc": {
              "start": {
                "line": 8,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 186,
        "end": 4402,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 160,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 192,
          "end": 198,
          "loc": {
            "start": {
              "line": 11,
              "column": 6
            },
            "end": {
              "line": 11,
              "column": 12
            },
            "identifierName": "Loader"
          },
          "name": "Loader",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 199,
          "end": 4402,
          "loc": {
            "start": {
              "line": 11,
              "column": 13
            },
            "end": {
              "line": 160,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 260,
              "end": 389,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 2
                },
                "end": {
                  "line": 22,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 260,
                "end": 271,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 2
                  },
                  "end": {
                    "line": 15,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor",
                "leadingComments": null
              },
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 275,
                "end": 389,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 17
                  },
                  "end": {
                    "line": 22,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 368,
                    "end": 385,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 4
                      },
                      "end": {
                        "line": 21,
                        "column": 21
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 368,
                      "end": 385,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 21,
                          "column": 21
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 368,
                        "end": 380,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 21,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 368,
                          "end": 372,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 373,
                          "end": 380,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 9
                            },
                            "end": {
                              "line": 21,
                              "column": 16
                            },
                            "identifierName": "__cache"
                          },
                          "name": "__cache"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "ObjectExpression",
                        "start": 383,
                        "end": 385,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 19
                          },
                          "end": {
                            "line": 21,
                            "column": 21
                          }
                        },
                        "properties": []
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * Contains a cache of files\n     * @type {Object}\n     * @private\n     ",
                        "start": 281,
                        "end": 363,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 4
                          },
                          "end": {
                            "line": 20,
                            "column": 7
                          }
                        }
                      }
                    ]
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Creates an instance of the Loader class\n   ",
                  "start": 203,
                  "end": 257,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 2
                    },
                    "end": {
                      "line": 14,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Create a new instance of the Loader\n   * @return {Loader} The new Loader instance\n   ",
                  "start": 393,
                  "end": 489,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 2
                    },
                    "end": {
                      "line": 27,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 492,
              "end": 531,
              "loc": {
                "start": {
                  "line": 28,
                  "column": 2
                },
                "end": {
                  "line": 30,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 492,
                "end": 498,
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 2
                  },
                  "end": {
                    "line": 28,
                    "column": 8
                  },
                  "identifierName": "create"
                },
                "name": "create",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 502,
                "end": 531,
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 12
                  },
                  "end": {
                    "line": 30,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 508,
                    "end": 527,
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 4
                      },
                      "end": {
                        "line": 29,
                        "column": 23
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 515,
                      "end": 527,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 11
                        },
                        "end": {
                          "line": 29,
                          "column": 23
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 519,
                        "end": 525,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 15
                          },
                          "end": {
                            "line": 29,
                            "column": 21
                          },
                          "identifierName": "Loader"
                        },
                        "name": "Loader"
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Create a new instance of the Loader\n   * @return {Loader} The new Loader instance\n   ",
                  "start": 393,
                  "end": 489,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 2
                    },
                    "end": {
                      "line": 27,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Preload an image\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The image url to load\n   * @param {Image} image The image oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                  "start": 535,
                  "end": 844,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 2
                    },
                    "end": {
                      "line": 38,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 847,
              "end": 1165,
              "loc": {
                "start": {
                  "line": 39,
                  "column": 2
                },
                "end": {
                  "line": 51,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 847,
                "end": 859,
                "loc": {
                  "start": {
                    "line": 39,
                    "column": 2
                  },
                  "end": {
                    "line": 39,
                    "column": 14
                  },
                  "identifierName": "preloadImage"
                },
                "name": "preloadImage",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 862,
                  "end": 864,
                  "loc": {
                    "start": {
                      "line": 39,
                      "column": 17
                    },
                    "end": {
                      "line": 39,
                      "column": 19
                    },
                    "identifierName": "id"
                  },
                  "name": "id"
                },
                {
                  "type": "Identifier",
                  "start": 866,
                  "end": 869,
                  "loc": {
                    "start": {
                      "line": 39,
                      "column": 21
                    },
                    "end": {
                      "line": 39,
                      "column": 24
                    },
                    "identifierName": "url"
                  },
                  "name": "url"
                },
                {
                  "type": "Identifier",
                  "start": 871,
                  "end": 876,
                  "loc": {
                    "start": {
                      "line": 39,
                      "column": 26
                    },
                    "end": {
                      "line": 39,
                      "column": 31
                    },
                    "identifierName": "image"
                  },
                  "name": "image"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 879,
                "end": 1165,
                "loc": {
                  "start": {
                    "line": 39,
                    "column": 34
                  },
                  "end": {
                    "line": 51,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 885,
                    "end": 915,
                    "loc": {
                      "start": {
                        "line": 40,
                        "column": 4
                      },
                      "end": {
                        "line": 40,
                        "column": 34
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 889,
                        "end": 915,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 34
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 889,
                          "end": 892,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 11
                            },
                            "identifierName": "img"
                          },
                          "name": "img"
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 895,
                          "end": 915,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 14
                            },
                            "end": {
                              "line": 40,
                              "column": 34
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 895,
                            "end": 900,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 14
                              },
                              "end": {
                                "line": 40,
                                "column": 19
                              },
                              "identifierName": "image"
                            },
                            "name": "image"
                          },
                          "operator": "||",
                          "right": {
                            "type": "NewExpression",
                            "start": 904,
                            "end": 915,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 23
                              },
                              "end": {
                                "line": 40,
                                "column": 34
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 908,
                              "end": 913,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 27
                                },
                                "end": {
                                  "line": 40,
                                  "column": 32
                                },
                                "identifierName": "Image"
                              },
                              "name": "Image"
                            },
                            "arguments": []
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 920,
                    "end": 1161,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 4
                      },
                      "end": {
                        "line": 50,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 927,
                      "end": 1161,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 11
                        },
                        "end": {
                          "line": 50,
                          "column": 7
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 931,
                        "end": 938,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 15
                          },
                          "end": {
                            "line": 41,
                            "column": 22
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 940,
                          "end": 1159,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 24
                            },
                            "end": {
                              "line": 50,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 942,
                              "end": 949,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 26
                                },
                                "end": {
                                  "line": 41,
                                  "column": 33
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            },
                            {
                              "type": "Identifier",
                              "start": 951,
                              "end": 957,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 35
                                },
                                "end": {
                                  "line": 41,
                                  "column": 41
                                },
                                "identifierName": "reject"
                              },
                              "name": "reject"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 963,
                            "end": 1159,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 47
                              },
                              "end": {
                                "line": 50,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 971,
                                "end": 1070,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 7
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 971,
                                  "end": 1070,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 7
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 971,
                                    "end": 981,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 16
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 971,
                                      "end": 974,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 9
                                        },
                                        "identifierName": "img"
                                      },
                                      "name": "img"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 975,
                                      "end": 981,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 16
                                        },
                                        "identifierName": "onload"
                                      },
                                      "name": "onload"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "ArrowFunctionExpression",
                                    "start": 984,
                                    "end": 1070,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 7
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 990,
                                      "end": 1070,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1000,
                                          "end": 1024,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 32
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 1000,
                                            "end": 1024,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 32
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 1000,
                                              "end": 1018,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1000,
                                                "end": 1012,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 20
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 1000,
                                                  "end": 1004,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 12
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1005,
                                                  "end": 1012,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 20
                                                    },
                                                    "identifierName": "__cache"
                                                  },
                                                  "name": "__cache"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1014,
                                                "end": 1016,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 24
                                                  },
                                                  "identifierName": "id"
                                                },
                                                "name": "id"
                                              },
                                              "computed": true
                                            },
                                            "right": {
                                              "type": "Identifier",
                                              "start": 1021,
                                              "end": 1024,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 32
                                                },
                                                "identifierName": "img"
                                              },
                                              "name": "img"
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1033,
                                          "end": 1062,
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 37
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1033,
                                            "end": 1062,
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 37
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 1033,
                                              "end": 1040,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 15
                                                },
                                                "identifierName": "resolve"
                                              },
                                              "name": "resolve"
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 1042,
                                                "end": 1060,
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 35
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1042,
                                                  "end": 1054,
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 29
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 1042,
                                                    "end": 1046,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 21
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1047,
                                                    "end": 1054,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 29
                                                      },
                                                      "identifierName": "__cache"
                                                    },
                                                    "name": "__cache"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1056,
                                                  "end": 1058,
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 33
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                },
                                                "computed": true
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 1077,
                                "end": 1133,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 7
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 1077,
                                  "end": 1133,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 7
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 1077,
                                    "end": 1088,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 17
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1077,
                                      "end": 1080,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 9
                                        },
                                        "identifierName": "img"
                                      },
                                      "name": "img"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1081,
                                      "end": 1088,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 17
                                        },
                                        "identifierName": "onerror"
                                      },
                                      "name": "onerror"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "ArrowFunctionExpression",
                                    "start": 1091,
                                    "end": 1133,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 7
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 1093,
                                        "end": 1096,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 25
                                          },
                                          "identifierName": "err"
                                        },
                                        "name": "err"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 1102,
                                      "end": 1133,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1112,
                                          "end": 1125,
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 21
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1112,
                                            "end": 1125,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 21
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 1112,
                                              "end": 1118,
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 14
                                                },
                                                "identifierName": "reject"
                                              },
                                              "name": "reject"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 1120,
                                                "end": 1123,
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 19
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 1140,
                                "end": 1153,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 19
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 1140,
                                  "end": 1153,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 19
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 1140,
                                    "end": 1147,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 13
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1140,
                                      "end": 1143,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 9
                                        },
                                        "identifierName": "img"
                                      },
                                      "name": "img"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1144,
                                      "end": 1147,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 13
                                        },
                                        "identifierName": "src"
                                      },
                                      "name": "src"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 1150,
                                    "end": 1153,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 19
                                      },
                                      "identifierName": "url"
                                    },
                                    "name": "url"
                                  }
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Preload an image\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The image url to load\n   * @param {Image} image The image oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                  "start": 535,
                  "end": 844,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 2
                    },
                    "end": {
                      "line": 38,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Preload an audio file\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The audio url to load\n   * @param {Audio} audio The audio oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                  "start": 1169,
                  "end": 1483,
                  "loc": {
                    "start": {
                      "line": 53,
                      "column": 2
                    },
                    "end": {
                      "line": 59,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 1486,
              "end": 1836,
              "loc": {
                "start": {
                  "line": 60,
                  "column": 2
                },
                "end": {
                  "line": 72,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1486,
                "end": 1498,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 2
                  },
                  "end": {
                    "line": 60,
                    "column": 14
                  },
                  "identifierName": "preloadAudio"
                },
                "name": "preloadAudio",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1501,
                  "end": 1503,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 17
                    },
                    "end": {
                      "line": 60,
                      "column": 19
                    },
                    "identifierName": "id"
                  },
                  "name": "id"
                },
                {
                  "type": "Identifier",
                  "start": 1505,
                  "end": 1508,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 21
                    },
                    "end": {
                      "line": 60,
                      "column": 24
                    },
                    "identifierName": "url"
                  },
                  "name": "url"
                },
                {
                  "type": "Identifier",
                  "start": 1510,
                  "end": 1515,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 26
                    },
                    "end": {
                      "line": 60,
                      "column": 31
                    },
                    "identifierName": "audio"
                  },
                  "name": "audio"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1518,
                "end": 1836,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 34
                  },
                  "end": {
                    "line": 72,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 1524,
                    "end": 1556,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 36
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1528,
                        "end": 1556,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 8
                          },
                          "end": {
                            "line": 61,
                            "column": 36
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1528,
                          "end": 1533,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 8
                            },
                            "end": {
                              "line": 61,
                              "column": 13
                            },
                            "identifierName": "sound"
                          },
                          "name": "sound"
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 1536,
                          "end": 1556,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 16
                            },
                            "end": {
                              "line": 61,
                              "column": 36
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 1536,
                            "end": 1541,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 16
                              },
                              "end": {
                                "line": 61,
                                "column": 21
                              },
                              "identifierName": "audio"
                            },
                            "name": "audio"
                          },
                          "operator": "||",
                          "right": {
                            "type": "NewExpression",
                            "start": 1545,
                            "end": 1556,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 25
                              },
                              "end": {
                                "line": 61,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1549,
                              "end": 1554,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 29
                                },
                                "end": {
                                  "line": 61,
                                  "column": 34
                                },
                                "identifierName": "Audio"
                              },
                              "name": "Audio"
                            },
                            "arguments": []
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1561,
                    "end": 1832,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 4
                      },
                      "end": {
                        "line": 71,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 1568,
                      "end": 1832,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 11
                        },
                        "end": {
                          "line": 71,
                          "column": 7
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 1572,
                        "end": 1579,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 15
                          },
                          "end": {
                            "line": 62,
                            "column": 22
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 1581,
                          "end": 1830,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 24
                            },
                            "end": {
                              "line": 71,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 1583,
                              "end": 1590,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 26
                                },
                                "end": {
                                  "line": 62,
                                  "column": 33
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            },
                            {
                              "type": "Identifier",
                              "start": 1592,
                              "end": 1598,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 35
                                },
                                "end": {
                                  "line": 62,
                                  "column": 41
                                },
                                "identifierName": "reject"
                              },
                              "name": "reject"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 1604,
                            "end": 1830,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 47
                              },
                              "end": {
                                "line": 71,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 1612,
                                "end": 1737,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 9
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 1612,
                                  "end": 1737,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 9
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1612,
                                    "end": 1634,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1612,
                                      "end": 1617,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 11
                                        },
                                        "identifierName": "sound"
                                      },
                                      "name": "sound"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1618,
                                      "end": 1634,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 28
                                        },
                                        "identifierName": "addEventListener"
                                      },
                                      "name": "addEventListener"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 1636,
                                      "end": 1645,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 39
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "canplay",
                                        "raw": "'canplay'"
                                      },
                                      "value": "canplay"
                                    },
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 1647,
                                      "end": 1735,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 1653,
                                        "end": 1735,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1663,
                                            "end": 1689,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 34
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 1663,
                                              "end": 1689,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 34
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 1663,
                                                "end": 1681,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 26
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1663,
                                                  "end": 1675,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 20
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 1663,
                                                    "end": 1667,
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 12
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1668,
                                                    "end": 1675,
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 20
                                                      },
                                                      "identifierName": "__cache"
                                                    },
                                                    "name": "__cache"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1677,
                                                  "end": 1679,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 24
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                },
                                                "computed": true
                                              },
                                              "right": {
                                                "type": "Identifier",
                                                "start": 1684,
                                                "end": 1689,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 34
                                                  },
                                                  "identifierName": "sound"
                                                },
                                                "name": "sound"
                                              }
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1698,
                                            "end": 1727,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 37
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 1698,
                                              "end": 1727,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 37
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 1698,
                                                "end": 1705,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 15
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 1707,
                                                  "end": 1725,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 35
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 1707,
                                                    "end": 1719,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 29
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 1707,
                                                      "end": 1711,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 21
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1712,
                                                      "end": 1719,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 29
                                                        },
                                                        "identifierName": "__cache"
                                                      },
                                                      "name": "__cache"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1721,
                                                    "end": 1723,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 33
                                                      },
                                                      "identifierName": "id"
                                                    },
                                                    "name": "id"
                                                  },
                                                  "computed": true
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 1744,
                                "end": 1802,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 7
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 1744,
                                  "end": 1802,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 7
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 1744,
                                    "end": 1757,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 19
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1744,
                                      "end": 1749,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 11
                                        },
                                        "identifierName": "sound"
                                      },
                                      "name": "sound"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1750,
                                      "end": 1757,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 19
                                        },
                                        "identifierName": "onerror"
                                      },
                                      "name": "onerror"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "ArrowFunctionExpression",
                                    "start": 1760,
                                    "end": 1802,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 7
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 1762,
                                        "end": 1765,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 27
                                          },
                                          "identifierName": "err"
                                        },
                                        "name": "err"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 1771,
                                      "end": 1802,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1781,
                                          "end": 1794,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 21
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1781,
                                            "end": 1794,
                                            "loc": {
                                              "start": {
                                                "line": 68,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 68,
                                                "column": 21
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 1781,
                                              "end": 1787,
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 14
                                                },
                                                "identifierName": "reject"
                                              },
                                              "name": "reject"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 1789,
                                                "end": 1792,
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 19
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 1809,
                                "end": 1824,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 21
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 1809,
                                  "end": 1824,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 21
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 1809,
                                    "end": 1818,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 15
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1809,
                                      "end": 1814,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 11
                                        },
                                        "identifierName": "sound"
                                      },
                                      "name": "sound"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1815,
                                      "end": 1818,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 15
                                        },
                                        "identifierName": "src"
                                      },
                                      "name": "src"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 1821,
                                    "end": 1824,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 21
                                      },
                                      "identifierName": "url"
                                    },
                                    "name": "url"
                                  }
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Preload an audio file\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The audio url to load\n   * @param {Audio} audio The audio oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                  "start": 1169,
                  "end": 1483,
                  "loc": {
                    "start": {
                      "line": 53,
                      "column": 2
                    },
                    "end": {
                      "line": 59,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Preload a file using HTTPRequest\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The file url to load\n   * @param {XMLHttpRequest} request The xhr oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                  "start": 1840,
                  "end": 2173,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 2
                    },
                    "end": {
                      "line": 80,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2176,
              "end": 2545,
              "loc": {
                "start": {
                  "line": 81,
                  "column": 2
                },
                "end": {
                  "line": 94,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2176,
                "end": 2187,
                "loc": {
                  "start": {
                    "line": 81,
                    "column": 2
                  },
                  "end": {
                    "line": 81,
                    "column": 13
                  },
                  "identifierName": "preloadFile"
                },
                "name": "preloadFile",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2190,
                  "end": 2192,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 16
                    },
                    "end": {
                      "line": 81,
                      "column": 18
                    },
                    "identifierName": "id"
                  },
                  "name": "id"
                },
                {
                  "type": "Identifier",
                  "start": 2194,
                  "end": 2197,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 20
                    },
                    "end": {
                      "line": 81,
                      "column": 23
                    },
                    "identifierName": "url"
                  },
                  "name": "url"
                },
                {
                  "type": "Identifier",
                  "start": 2199,
                  "end": 2206,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 25
                    },
                    "end": {
                      "line": 81,
                      "column": 32
                    },
                    "identifierName": "request"
                  },
                  "name": "request"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2209,
                "end": 2545,
                "loc": {
                  "start": {
                    "line": 81,
                    "column": 35
                  },
                  "end": {
                    "line": 94,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 2215,
                    "end": 2256,
                    "loc": {
                      "start": {
                        "line": 82,
                        "column": 4
                      },
                      "end": {
                        "line": 82,
                        "column": 45
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2219,
                        "end": 2256,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 8
                          },
                          "end": {
                            "line": 82,
                            "column": 45
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2219,
                          "end": 2222,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 8
                            },
                            "end": {
                              "line": 82,
                              "column": 11
                            },
                            "identifierName": "xhr"
                          },
                          "name": "xhr"
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 2225,
                          "end": 2256,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 14
                            },
                            "end": {
                              "line": 82,
                              "column": 45
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 2225,
                            "end": 2232,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 14
                              },
                              "end": {
                                "line": 82,
                                "column": 21
                              },
                              "identifierName": "request"
                            },
                            "name": "request"
                          },
                          "operator": "||",
                          "right": {
                            "type": "NewExpression",
                            "start": 2236,
                            "end": 2256,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 25
                              },
                              "end": {
                                "line": 82,
                                "column": 45
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 2240,
                              "end": 2254,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 29
                                },
                                "end": {
                                  "line": 82,
                                  "column": 43
                                },
                                "identifierName": "XMLHttpRequest"
                              },
                              "name": "XMLHttpRequest"
                            },
                            "arguments": []
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 2261,
                    "end": 2541,
                    "loc": {
                      "start": {
                        "line": 83,
                        "column": 4
                      },
                      "end": {
                        "line": 93,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 2268,
                      "end": 2541,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 11
                        },
                        "end": {
                          "line": 93,
                          "column": 7
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 2272,
                        "end": 2279,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 15
                          },
                          "end": {
                            "line": 83,
                            "column": 22
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 2281,
                          "end": 2539,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 24
                            },
                            "end": {
                              "line": 93,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 2283,
                              "end": 2290,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 26
                                },
                                "end": {
                                  "line": 83,
                                  "column": 33
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            },
                            {
                              "type": "Identifier",
                              "start": 2292,
                              "end": 2298,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 35
                                },
                                "end": {
                                  "line": 83,
                                  "column": 41
                                },
                                "identifierName": "reject"
                              },
                              "name": "reject"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 2304,
                            "end": 2539,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 47
                              },
                              "end": {
                                "line": 93,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 2312,
                                "end": 2334,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 28
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 2312,
                                  "end": 2334,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 28
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2312,
                                    "end": 2320,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 14
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2312,
                                      "end": 2315,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 9
                                        },
                                        "identifierName": "xhr"
                                      },
                                      "name": "xhr"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2316,
                                      "end": 2320,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 14
                                        },
                                        "identifierName": "open"
                                      },
                                      "name": "open"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 2322,
                                      "end": 2327,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 21
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "GET",
                                        "raw": "'GET'"
                                      },
                                      "value": "GET"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 2329,
                                      "end": 2332,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 26
                                        },
                                        "identifierName": "url"
                                      },
                                      "name": "url"
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 2341,
                                "end": 2453,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 7
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 2341,
                                  "end": 2453,
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 7
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 2341,
                                    "end": 2351,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 16
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2341,
                                      "end": 2344,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 9
                                        },
                                        "identifierName": "xhr"
                                      },
                                      "name": "xhr"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2345,
                                      "end": 2351,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 16
                                        },
                                        "identifierName": "onload"
                                      },
                                      "name": "onload"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "ArrowFunctionExpression",
                                    "start": 2354,
                                    "end": 2453,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 7
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 2360,
                                      "end": 2453,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 2370,
                                          "end": 2407,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 45
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 2370,
                                            "end": 2407,
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 45
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 2370,
                                              "end": 2388,
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2370,
                                                "end": 2382,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 20
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2370,
                                                  "end": 2374,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 12
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2375,
                                                  "end": 2382,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 20
                                                    },
                                                    "identifierName": "__cache"
                                                  },
                                                  "name": "__cache"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2384,
                                                "end": 2386,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 24
                                                  },
                                                  "identifierName": "id"
                                                },
                                                "name": "id"
                                              },
                                              "computed": true
                                            },
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 2391,
                                              "end": 2407,
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2391,
                                                "end": 2394,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 32
                                                  },
                                                  "identifierName": "xhr"
                                                },
                                                "name": "xhr"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2395,
                                                "end": 2407,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 45
                                                  },
                                                  "identifierName": "responseText"
                                                },
                                                "name": "responseText"
                                              },
                                              "computed": false
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 2416,
                                          "end": 2445,
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 37
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 2416,
                                            "end": 2445,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 37
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 2416,
                                              "end": 2423,
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 87,
                                                  "column": 15
                                                },
                                                "identifierName": "resolve"
                                              },
                                              "name": "resolve"
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 2425,
                                                "end": 2443,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 35
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2425,
                                                  "end": 2437,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 87,
                                                      "column": 29
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2425,
                                                    "end": 2429,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 21
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2430,
                                                    "end": 2437,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 29
                                                      },
                                                      "identifierName": "__cache"
                                                    },
                                                    "name": "__cache"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2439,
                                                  "end": 2441,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 87,
                                                      "column": 33
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                },
                                                "computed": true
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 2460,
                                "end": 2516,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 7
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 2460,
                                  "end": 2516,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 7
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 2460,
                                    "end": 2471,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 17
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2460,
                                      "end": 2463,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 9
                                        },
                                        "identifierName": "xhr"
                                      },
                                      "name": "xhr"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2464,
                                      "end": 2471,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 17
                                        },
                                        "identifierName": "onerror"
                                      },
                                      "name": "onerror"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "ArrowFunctionExpression",
                                    "start": 2474,
                                    "end": 2516,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 7
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 2476,
                                        "end": 2479,
                                        "loc": {
                                          "start": {
                                            "line": 89,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 89,
                                            "column": 25
                                          },
                                          "identifierName": "err"
                                        },
                                        "name": "err"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 2485,
                                      "end": 2516,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 2495,
                                          "end": 2508,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 21
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 2495,
                                            "end": 2508,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 21
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 2495,
                                              "end": 2501,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 14
                                                },
                                                "identifierName": "reject"
                                              },
                                              "name": "reject"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 2503,
                                                "end": 2506,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 19
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 2523,
                                "end": 2533,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 16
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 2523,
                                  "end": 2533,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 16
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2523,
                                    "end": 2531,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 14
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2523,
                                      "end": 2526,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 9
                                        },
                                        "identifierName": "xhr"
                                      },
                                      "name": "xhr"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2527,
                                      "end": 2531,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 14
                                        },
                                        "identifierName": "send"
                                      },
                                      "name": "send"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Preload a file using HTTPRequest\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The file url to load\n   * @param {XMLHttpRequest} request The xhr oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                  "start": 1840,
                  "end": 2173,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 2
                    },
                    "end": {
                      "line": 80,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Load a list of files\n   * @param {Object} files Contains a list of files to load with the following structure: { \"file1\": \"url1\", \"file2\": \"url2\" } or { \"file1\": { type: \"image|audio|file\", url: \"url1\", obj: objectLoader|null } }\n   * @param {Function} progress A callback function with the parameters: \"err, id, data, loaded, total\"\n   * @return {Promise} Returns a promise which is resolved upon loading all files, doesn't matter if they failed or not\n   ",
                  "start": 2549,
                  "end": 3017,
                  "loc": {
                    "start": {
                      "line": 96,
                      "column": 2
                    },
                    "end": {
                      "line": 101,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 3020,
              "end": 4128,
              "loc": {
                "start": {
                  "line": 102,
                  "column": 2
                },
                "end": {
                  "line": 142,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3020,
                "end": 3027,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 2
                  },
                  "end": {
                    "line": 102,
                    "column": 9
                  },
                  "identifierName": "preload"
                },
                "name": "preload",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 3030,
                  "end": 3035,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 12
                    },
                    "end": {
                      "line": 102,
                      "column": 17
                    },
                    "identifierName": "files"
                  },
                  "name": "files"
                },
                {
                  "type": "Identifier",
                  "start": 3037,
                  "end": 3045,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 19
                    },
                    "end": {
                      "line": 102,
                      "column": 27
                    },
                    "identifierName": "progress"
                  },
                  "name": "progress"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 3048,
                "end": 4128,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 30
                  },
                  "end": {
                    "line": 142,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 3054,
                    "end": 4124,
                    "loc": {
                      "start": {
                        "line": 103,
                        "column": 4
                      },
                      "end": {
                        "line": 141,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 3061,
                      "end": 4124,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 11
                        },
                        "end": {
                          "line": 141,
                          "column": 7
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 3065,
                        "end": 3072,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 15
                          },
                          "end": {
                            "line": 103,
                            "column": 22
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 3074,
                          "end": 4122,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 24
                            },
                            "end": {
                              "line": 141,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 3076,
                              "end": 3083,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 26
                                },
                                "end": {
                                  "line": 103,
                                  "column": 33
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 3089,
                            "end": 4122,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 39
                              },
                              "end": {
                                "line": 141,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 3097,
                                "end": 3136,
                                "loc": {
                                  "start": {
                                    "line": 104,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 104,
                                    "column": 45
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3101,
                                    "end": 3136,
                                    "loc": {
                                      "start": {
                                        "line": 104,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 104,
                                        "column": 45
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3101,
                                      "end": 3106,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 15
                                        },
                                        "identifierName": "total"
                                      },
                                      "name": "total"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 3109,
                                      "end": 3136,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 3109,
                                        "end": 3129,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 38
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3109,
                                          "end": 3120,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 29
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3109,
                                            "end": 3115,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 24
                                              },
                                              "identifierName": "Object"
                                            },
                                            "name": "Object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3116,
                                            "end": 3120,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 29
                                              },
                                              "identifierName": "keys"
                                            },
                                            "name": "keys"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 3122,
                                            "end": 3127,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 36
                                              },
                                              "identifierName": "files"
                                            },
                                            "name": "files"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3130,
                                        "end": 3136,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 45
                                          },
                                          "identifierName": "length"
                                        },
                                        "name": "length"
                                      },
                                      "computed": false
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 3143,
                                "end": 3157,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 20
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3147,
                                    "end": 3157,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 20
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3147,
                                      "end": 3153,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 16
                                        },
                                        "identifierName": "loaded"
                                      },
                                      "name": "loaded"
                                    },
                                    "init": {
                                      "type": "NumericLiteral",
                                      "start": 3156,
                                      "end": 3157,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 20
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 3164,
                                "end": 3177,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 19
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3168,
                                    "end": 3177,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 19
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3168,
                                      "end": 3173,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 15
                                        },
                                        "identifierName": "index"
                                      },
                                      "name": "index"
                                    },
                                    "init": {
                                      "type": "NumericLiteral",
                                      "start": 3176,
                                      "end": 3177,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 19
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 3185,
                                "end": 3448,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 7
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3189,
                                    "end": 3448,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 7
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3189,
                                      "end": 3196,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 17
                                        },
                                        "identifierName": "process"
                                      },
                                      "name": "process"
                                    },
                                    "init": {
                                      "type": "ArrowFunctionExpression",
                                      "start": 3199,
                                      "end": 3448,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 3201,
                                          "end": 3204,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 25
                                            },
                                            "identifierName": "err"
                                          },
                                          "name": "err"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3206,
                                          "end": 3208,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 29
                                            },
                                            "identifierName": "id"
                                          },
                                          "name": "id"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3210,
                                          "end": 3214,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 35
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3216,
                                          "end": 3222,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 43
                                            },
                                            "identifierName": "loaded"
                                          },
                                          "name": "loaded"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3224,
                                          "end": 3229,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 50
                                            },
                                            "identifierName": "total"
                                          },
                                          "name": "total"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 3235,
                                        "end": 3448,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "start": 3245,
                                            "end": 3345,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 111,
                                                "column": 9
                                              }
                                            },
                                            "test": {
                                              "type": "BinaryExpression",
                                              "start": 3250,
                                              "end": 3280,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 43
                                                }
                                              },
                                              "left": {
                                                "type": "UnaryExpression",
                                                "start": 3250,
                                                "end": 3265,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 28
                                                  }
                                                },
                                                "operator": "typeof",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "Identifier",
                                                  "start": 3257,
                                                  "end": 3265,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 28
                                                    },
                                                    "identifierName": "progress"
                                                  },
                                                  "name": "progress"
                                                },
                                                "extra": {
                                                  "parenthesizedArgument": false
                                                }
                                              },
                                              "operator": "===",
                                              "right": {
                                                "type": "StringLiteral",
                                                "start": 3270,
                                                "end": 3280,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 43
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "function",
                                                  "raw": "'function'"
                                                },
                                                "value": "function"
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 3283,
                                              "end": 3345,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 111,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 3295,
                                                  "end": 3335,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 50
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 3295,
                                                    "end": 3335,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 50
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 3295,
                                                      "end": 3303,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 18
                                                        },
                                                        "identifierName": "progress"
                                                      },
                                                      "name": "progress"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 3305,
                                                        "end": 3308,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 23
                                                          },
                                                          "identifierName": "err"
                                                        },
                                                        "name": "err"
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 3310,
                                                        "end": 3312,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 27
                                                          },
                                                          "identifierName": "id"
                                                        },
                                                        "name": "id"
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 3314,
                                                        "end": 3318,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 33
                                                          },
                                                          "identifierName": "data"
                                                        },
                                                        "name": "data"
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 3320,
                                                        "end": 3326,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 41
                                                          },
                                                          "identifierName": "loaded"
                                                        },
                                                        "name": "loaded"
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 3328,
                                                        "end": 3333,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 48
                                                          },
                                                          "identifierName": "total"
                                                        },
                                                        "name": "total"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 3354,
                                            "end": 3361,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 15
                                              }
                                            },
                                            "expression": {
                                              "type": "UpdateExpression",
                                              "start": 3354,
                                              "end": 3361,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 15
                                                }
                                              },
                                              "operator": "++",
                                              "prefix": false,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 3354,
                                                "end": 3359,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 13
                                                  },
                                                  "identifierName": "index"
                                                },
                                                "name": "index"
                                              }
                                            }
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 3370,
                                            "end": 3440,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 9
                                              }
                                            },
                                            "test": {
                                              "type": "BinaryExpression",
                                              "start": 3375,
                                              "end": 3390,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 28
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3375,
                                                "end": 3380,
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 18
                                                  },
                                                  "identifierName": "total"
                                                },
                                                "name": "total"
                                              },
                                              "operator": "===",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 3385,
                                                "end": 3390,
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 28
                                                  },
                                                  "identifierName": "index"
                                                },
                                                "name": "index"
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 3393,
                                              "end": 3440,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 3405,
                                                  "end": 3430,
                                                  "loc": {
                                                    "start": {
                                                      "line": 114,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 114,
                                                      "column": 35
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 3405,
                                                    "end": 3430,
                                                    "loc": {
                                                      "start": {
                                                        "line": 114,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 114,
                                                        "column": 35
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 3405,
                                                      "end": 3412,
                                                      "loc": {
                                                        "start": {
                                                          "line": 114,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 114,
                                                          "column": 17
                                                        },
                                                        "identifierName": "resolve"
                                                      },
                                                      "name": "resolve"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "BinaryExpression",
                                                        "start": 3414,
                                                        "end": 3428,
                                                        "loc": {
                                                          "start": {
                                                            "line": 114,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 114,
                                                            "column": 33
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "Identifier",
                                                          "start": 3414,
                                                          "end": 3419,
                                                          "loc": {
                                                            "start": {
                                                              "line": 114,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 114,
                                                              "column": 24
                                                            },
                                                            "identifierName": "total"
                                                          },
                                                          "name": "total"
                                                        },
                                                        "operator": "-",
                                                        "right": {
                                                          "type": "Identifier",
                                                          "start": 3422,
                                                          "end": 3428,
                                                          "loc": {
                                                            "start": {
                                                              "line": 114,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 114,
                                                              "column": 33
                                                            },
                                                            "identifierName": "loaded"
                                                          },
                                                          "name": "loaded"
                                                        }
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": null
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "IfStatement",
                                "start": 3456,
                                "end": 3505,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 3461,
                                  "end": 3472,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 22
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 3461,
                                    "end": 3466,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 16
                                      },
                                      "identifierName": "total"
                                    },
                                    "name": "total"
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 3471,
                                    "end": 3472,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 22
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 3475,
                                  "end": 3505,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3485,
                                      "end": 3497,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 20
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3485,
                                        "end": 3497,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 20
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3485,
                                          "end": 3492,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 15
                                            },
                                            "identifierName": "resolve"
                                          },
                                          "name": "resolve"
                                        },
                                        "arguments": [
                                          {
                                            "type": "NumericLiteral",
                                            "start": 3494,
                                            "end": 3495,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 18
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 3513,
                                "end": 4116,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 9
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 3513,
                                  "end": 4116,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 9
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 3513,
                                    "end": 3517,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 10
                                      },
                                      "identifierName": "loop"
                                    },
                                    "name": "loop"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 3519,
                                      "end": 3524,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 17
                                        },
                                        "identifierName": "files"
                                      },
                                      "name": "files"
                                    },
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 3526,
                                      "end": 4114,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 140,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 3528,
                                          "end": 3532,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 25
                                            },
                                            "identifierName": "file"
                                          },
                                          "name": "file"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3534,
                                          "end": 3536,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 29
                                            },
                                            "identifierName": "id"
                                          },
                                          "name": "id"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 3542,
                                        "end": 4114,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 3552,
                                            "end": 3569,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 25
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 3556,
                                                "end": 3569,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 25
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 3556,
                                                  "end": 3560,
                                                  "loc": {
                                                    "start": {
                                                      "line": 123,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 123,
                                                      "column": 16
                                                    },
                                                    "identifierName": "type"
                                                  },
                                                  "name": "type"
                                                },
                                                "init": {
                                                  "type": "StringLiteral",
                                                  "start": 3563,
                                                  "end": 3569,
                                                  "loc": {
                                                    "start": {
                                                      "line": 123,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 123,
                                                      "column": 25
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "file",
                                                    "raw": "'file'"
                                                  },
                                                  "value": "file"
                                                }
                                              }
                                            ],
                                            "kind": "let"
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 3578,
                                            "end": 3592,
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 22
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 3582,
                                                "end": 3592,
                                                "loc": {
                                                  "start": {
                                                    "line": 124,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 124,
                                                    "column": 22
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 3582,
                                                  "end": 3585,
                                                  "loc": {
                                                    "start": {
                                                      "line": 124,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 124,
                                                      "column": 15
                                                    },
                                                    "identifierName": "obj"
                                                  },
                                                  "name": "obj"
                                                },
                                                "init": {
                                                  "type": "NullLiteral",
                                                  "start": 3588,
                                                  "end": 3592,
                                                  "loc": {
                                                    "start": {
                                                      "line": 124,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 124,
                                                      "column": 22
                                                    }
                                                  }
                                                }
                                              }
                                            ],
                                            "kind": "let"
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 3601,
                                            "end": 3615,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 22
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 3605,
                                                "end": 3615,
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 22
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 3605,
                                                  "end": 3608,
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 125,
                                                      "column": 15
                                                    },
                                                    "identifierName": "url"
                                                  },
                                                  "name": "url"
                                                },
                                                "init": {
                                                  "type": "Identifier",
                                                  "start": 3611,
                                                  "end": 3615,
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 125,
                                                      "column": 22
                                                    },
                                                    "identifierName": "file"
                                                  },
                                                  "name": "file"
                                                }
                                              }
                                            ],
                                            "kind": "let"
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 3624,
                                            "end": 3744,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 9
                                              }
                                            },
                                            "test": {
                                              "type": "CallExpression",
                                              "start": 3629,
                                              "end": 3645,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 29
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 3629,
                                                "end": 3637,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 21
                                                  },
                                                  "identifierName": "isObject"
                                                },
                                                "name": "isObject"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3639,
                                                  "end": 3643,
                                                  "loc": {
                                                    "start": {
                                                      "line": 126,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 126,
                                                      "column": 27
                                                    },
                                                    "identifierName": "file"
                                                  },
                                                  "name": "file"
                                                }
                                              ]
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 3648,
                                              "end": 3744,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 130,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 3660,
                                                  "end": 3676,
                                                  "loc": {
                                                    "start": {
                                                      "line": 127,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 127,
                                                      "column": 26
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 3660,
                                                    "end": 3676,
                                                    "loc": {
                                                      "start": {
                                                        "line": 127,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 127,
                                                        "column": 26
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 3660,
                                                      "end": 3664,
                                                      "loc": {
                                                        "start": {
                                                          "line": 127,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 127,
                                                          "column": 14
                                                        },
                                                        "identifierName": "type"
                                                      },
                                                      "name": "type"
                                                    },
                                                    "right": {
                                                      "type": "MemberExpression",
                                                      "start": 3667,
                                                      "end": 3676,
                                                      "loc": {
                                                        "start": {
                                                          "line": 127,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 127,
                                                          "column": 26
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3667,
                                                        "end": 3671,
                                                        "loc": {
                                                          "start": {
                                                            "line": 127,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 127,
                                                            "column": 21
                                                          },
                                                          "identifierName": "file"
                                                        },
                                                        "name": "file"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3672,
                                                        "end": 3676,
                                                        "loc": {
                                                          "start": {
                                                            "line": 127,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 127,
                                                            "column": 26
                                                          },
                                                          "identifierName": "type"
                                                        },
                                                        "name": "type"
                                                      },
                                                      "computed": false
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 3687,
                                                  "end": 3701,
                                                  "loc": {
                                                    "start": {
                                                      "line": 128,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 128,
                                                      "column": 24
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 3687,
                                                    "end": 3701,
                                                    "loc": {
                                                      "start": {
                                                        "line": 128,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 128,
                                                        "column": 24
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 3687,
                                                      "end": 3690,
                                                      "loc": {
                                                        "start": {
                                                          "line": 128,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 128,
                                                          "column": 13
                                                        },
                                                        "identifierName": "url"
                                                      },
                                                      "name": "url"
                                                    },
                                                    "right": {
                                                      "type": "MemberExpression",
                                                      "start": 3693,
                                                      "end": 3701,
                                                      "loc": {
                                                        "start": {
                                                          "line": 128,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 128,
                                                          "column": 24
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3693,
                                                        "end": 3697,
                                                        "loc": {
                                                          "start": {
                                                            "line": 128,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 128,
                                                            "column": 20
                                                          },
                                                          "identifierName": "file"
                                                        },
                                                        "name": "file"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3698,
                                                        "end": 3701,
                                                        "loc": {
                                                          "start": {
                                                            "line": 128,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 128,
                                                            "column": 24
                                                          },
                                                          "identifierName": "url"
                                                        },
                                                        "name": "url"
                                                      },
                                                      "computed": false
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 3712,
                                                  "end": 3734,
                                                  "loc": {
                                                    "start": {
                                                      "line": 129,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 129,
                                                      "column": 32
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 3712,
                                                    "end": 3734,
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 32
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 3712,
                                                      "end": 3715,
                                                      "loc": {
                                                        "start": {
                                                          "line": 129,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 129,
                                                          "column": 13
                                                        },
                                                        "identifierName": "obj"
                                                      },
                                                      "name": "obj"
                                                    },
                                                    "right": {
                                                      "type": "LogicalExpression",
                                                      "start": 3718,
                                                      "end": 3734,
                                                      "loc": {
                                                        "start": {
                                                          "line": 129,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 129,
                                                          "column": 32
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 3718,
                                                        "end": 3726,
                                                        "loc": {
                                                          "start": {
                                                            "line": 129,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 129,
                                                            "column": 24
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3718,
                                                          "end": 3722,
                                                          "loc": {
                                                            "start": {
                                                              "line": 129,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 129,
                                                              "column": 20
                                                            },
                                                            "identifierName": "file"
                                                          },
                                                          "name": "file"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3723,
                                                          "end": 3726,
                                                          "loc": {
                                                            "start": {
                                                              "line": 129,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 129,
                                                              "column": 24
                                                            },
                                                            "identifierName": "obj"
                                                          },
                                                          "name": "obj"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "||",
                                                      "right": {
                                                        "type": "NullLiteral",
                                                        "start": 3730,
                                                        "end": 3734,
                                                        "loc": {
                                                          "start": {
                                                            "line": 129,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 129,
                                                            "column": 32
                                                          }
                                                        }
                                                      }
                                                    }
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 3753,
                                            "end": 3848,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 103
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 3757,
                                                "end": 3848,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 103
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 3757,
                                                  "end": 3763,
                                                  "loc": {
                                                    "start": {
                                                      "line": 131,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 131,
                                                      "column": 18
                                                    },
                                                    "identifierName": "loader"
                                                  },
                                                  "name": "loader"
                                                },
                                                "init": {
                                                  "type": "MemberExpression",
                                                  "start": 3766,
                                                  "end": 3848,
                                                  "loc": {
                                                    "start": {
                                                      "line": 131,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 131,
                                                      "column": 103
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3766,
                                                    "end": 3770,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "BinaryExpression",
                                                    "start": 3772,
                                                    "end": 3846,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 101
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 3772,
                                                      "end": 3814,
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 69
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "StringLiteral",
                                                        "start": 3772,
                                                        "end": 3781,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 36
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "preload",
                                                          "raw": "'preload'"
                                                        },
                                                        "value": "preload"
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 3784,
                                                        "end": 3814,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 69
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3784,
                                                          "end": 3812,
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 67
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "start": 3784,
                                                            "end": 3800,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 55
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 3784,
                                                              "end": 3795,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 39
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 50
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 3784,
                                                                "end": 3788,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 39
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 43
                                                                  },
                                                                  "identifierName": "type"
                                                                },
                                                                "name": "type"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3789,
                                                                "end": 3795,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 44
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 50
                                                                  },
                                                                  "identifierName": "charAt"
                                                                },
                                                                "name": "charAt"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "NumericLiteral",
                                                                "start": 3797,
                                                                "end": 3798,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 52
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 53
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 0,
                                                                  "raw": "0"
                                                                },
                                                                "value": 0
                                                              }
                                                            ]
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3801,
                                                            "end": 3812,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 67
                                                              },
                                                              "identifierName": "toUpperCase"
                                                            },
                                                            "name": "toUpperCase"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      }
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "start": 3817,
                                                      "end": 3846,
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 72
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 101
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 3817,
                                                        "end": 3844,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 72
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 99
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "CallExpression",
                                                          "start": 3817,
                                                          "end": 3832,
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 87
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 3817,
                                                            "end": 3827,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 72
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 82
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3817,
                                                              "end": 3821,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 72
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 76
                                                                },
                                                                "identifierName": "type"
                                                              },
                                                              "name": "type"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3822,
                                                              "end": 3827,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 77
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 82
                                                                },
                                                                "identifierName": "slice"
                                                              },
                                                              "name": "slice"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "NumericLiteral",
                                                              "start": 3829,
                                                              "end": 3830,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 84
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 85
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 1,
                                                                "raw": "1"
                                                              },
                                                              "value": 1
                                                            }
                                                          ]
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3833,
                                                          "end": 3844,
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 88
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 99
                                                            },
                                                            "identifierName": "toLowerCase"
                                                          },
                                                          "name": "toLowerCase"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": []
                                                    }
                                                  },
                                                  "computed": true
                                                }
                                              }
                                            ],
                                            "kind": "let"
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 3857,
                                            "end": 4106,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 13
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 3857,
                                              "end": 4106,
                                              "loc": {
                                                "start": {
                                                  "line": 132,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 13
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3857,
                                                "end": 4026,
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 16
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 3857,
                                                  "end": 4009,
                                                  "loc": {
                                                    "start": {
                                                      "line": 132,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 136,
                                                      "column": 13
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3857,
                                                    "end": 3906,
                                                    "loc": {
                                                      "start": {
                                                        "line": 132,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 133,
                                                        "column": 15
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 3857,
                                                      "end": 3890,
                                                      "loc": {
                                                        "start": {
                                                          "line": 132,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 132,
                                                          "column": 41
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 3857,
                                                        "end": 3868,
                                                        "loc": {
                                                          "start": {
                                                            "line": 132,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 132,
                                                            "column": 19
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3857,
                                                          "end": 3863,
                                                          "loc": {
                                                            "start": {
                                                              "line": 132,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 14
                                                            },
                                                            "identifierName": "loader"
                                                          },
                                                          "name": "loader"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3864,
                                                          "end": 3868,
                                                          "loc": {
                                                            "start": {
                                                              "line": 132,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 19
                                                            },
                                                            "identifierName": "call"
                                                          },
                                                          "name": "call"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "ThisExpression",
                                                          "start": 3870,
                                                          "end": 3874,
                                                          "loc": {
                                                            "start": {
                                                              "line": 132,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3876,
                                                          "end": 3878,
                                                          "loc": {
                                                            "start": {
                                                              "line": 132,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 29
                                                            },
                                                            "identifierName": "id"
                                                          },
                                                          "name": "id"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3880,
                                                          "end": 3883,
                                                          "loc": {
                                                            "start": {
                                                              "line": 132,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 34
                                                            },
                                                            "identifierName": "url"
                                                          },
                                                          "name": "url"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3885,
                                                          "end": 3888,
                                                          "loc": {
                                                            "start": {
                                                              "line": 132,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 39
                                                            },
                                                            "identifierName": "obj"
                                                          },
                                                          "name": "obj"
                                                        }
                                                      ]
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3902,
                                                      "end": 3906,
                                                      "loc": {
                                                        "start": {
                                                          "line": 133,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 133,
                                                          "column": 15
                                                        },
                                                        "identifierName": "then"
                                                      },
                                                      "name": "then"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 3908,
                                                      "end": 4007,
                                                      "loc": {
                                                        "start": {
                                                          "line": 133,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 136,
                                                          "column": 11
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": false,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3910,
                                                          "end": 3914,
                                                          "loc": {
                                                            "start": {
                                                              "line": 133,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 133,
                                                              "column": 23
                                                            },
                                                            "identifierName": "data"
                                                          },
                                                          "name": "data"
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "start": 3920,
                                                        "end": 4007,
                                                        "loc": {
                                                          "start": {
                                                            "line": 133,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 136,
                                                            "column": 11
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 3934,
                                                            "end": 3942,
                                                            "loc": {
                                                              "start": {
                                                                "line": 134,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 134,
                                                                "column": 20
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "UpdateExpression",
                                                              "start": 3934,
                                                              "end": 3942,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 134,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 134,
                                                                  "column": 20
                                                                }
                                                              },
                                                              "operator": "++",
                                                              "prefix": false,
                                                              "argument": {
                                                                "type": "Identifier",
                                                                "start": 3934,
                                                                "end": 3940,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 134,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 134,
                                                                    "column": 18
                                                                  },
                                                                  "identifierName": "loaded"
                                                                },
                                                                "name": "loaded"
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 3955,
                                                            "end": 3995,
                                                            "loc": {
                                                              "start": {
                                                                "line": 135,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 135,
                                                                "column": 52
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 3955,
                                                              "end": 3995,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 135,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 135,
                                                                  "column": 52
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "start": 3955,
                                                                "end": 3962,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 135,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 135,
                                                                    "column": 19
                                                                  },
                                                                  "identifierName": "process"
                                                                },
                                                                "name": "process"
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "NullLiteral",
                                                                  "start": 3964,
                                                                  "end": 3968,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 21
                                                                    },
                                                                    "end": {
                                                                      "line": 135,
                                                                      "column": 25
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 3970,
                                                                  "end": 3972,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 135,
                                                                      "column": 29
                                                                    },
                                                                    "identifierName": "id"
                                                                  },
                                                                  "name": "id"
                                                                },
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 3974,
                                                                  "end": 3978,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 135,
                                                                      "column": 35
                                                                    },
                                                                    "identifierName": "data"
                                                                  },
                                                                  "name": "data"
                                                                },
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 3980,
                                                                  "end": 3986,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 37
                                                                    },
                                                                    "end": {
                                                                      "line": 135,
                                                                      "column": 43
                                                                    },
                                                                    "identifierName": "loaded"
                                                                  },
                                                                  "name": "loaded"
                                                                },
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 3988,
                                                                  "end": 3993,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 135,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "total"
                                                                  },
                                                                  "name": "total"
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "directives": []
                                                      }
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4021,
                                                  "end": 4026,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 16
                                                    },
                                                    "identifierName": "catch"
                                                  },
                                                  "name": "catch"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 4028,
                                                  "end": 4104,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 11
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 4030,
                                                      "end": 4033,
                                                      "loc": {
                                                        "start": {
                                                          "line": 137,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 137,
                                                          "column": 23
                                                        },
                                                        "identifierName": "err"
                                                      },
                                                      "name": "err"
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 4039,
                                                    "end": 4104,
                                                    "loc": {
                                                      "start": {
                                                        "line": 137,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 11
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 4053,
                                                        "end": 4092,
                                                        "loc": {
                                                          "start": {
                                                            "line": 138,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 138,
                                                            "column": 51
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 4053,
                                                          "end": 4092,
                                                          "loc": {
                                                            "start": {
                                                              "line": 138,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 138,
                                                              "column": 51
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "Identifier",
                                                            "start": 4053,
                                                            "end": 4060,
                                                            "loc": {
                                                              "start": {
                                                                "line": 138,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 138,
                                                                "column": 19
                                                              },
                                                              "identifierName": "process"
                                                            },
                                                            "name": "process"
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 4062,
                                                              "end": 4065,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 138,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 138,
                                                                  "column": 24
                                                                },
                                                                "identifierName": "err"
                                                              },
                                                              "name": "err"
                                                            },
                                                            {
                                                              "type": "Identifier",
                                                              "start": 4067,
                                                              "end": 4069,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 138,
                                                                  "column": 26
                                                                },
                                                                "end": {
                                                                  "line": 138,
                                                                  "column": 28
                                                                },
                                                                "identifierName": "id"
                                                              },
                                                              "name": "id"
                                                            },
                                                            {
                                                              "type": "NullLiteral",
                                                              "start": 4071,
                                                              "end": 4075,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 138,
                                                                  "column": 30
                                                                },
                                                                "end": {
                                                                  "line": 138,
                                                                  "column": 34
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "Identifier",
                                                              "start": 4077,
                                                              "end": 4083,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 138,
                                                                  "column": 36
                                                                },
                                                                "end": {
                                                                  "line": 138,
                                                                  "column": 42
                                                                },
                                                                "identifierName": "loaded"
                                                              },
                                                              "name": "loaded"
                                                            },
                                                            {
                                                              "type": "Identifier",
                                                              "start": 4085,
                                                              "end": 4090,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 138,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 138,
                                                                  "column": 49
                                                                },
                                                                "identifierName": "total"
                                                              },
                                                              "name": "total"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Load a list of files\n   * @param {Object} files Contains a list of files to load with the following structure: { \"file1\": \"url1\", \"file2\": \"url2\" } or { \"file1\": { type: \"image|audio|file\", url: \"url1\", obj: objectLoader|null } }\n   * @param {Function} progress A callback function with the parameters: \"err, id, data, loaded, total\"\n   * @return {Promise} Returns a promise which is resolved upon loading all files, doesn't matter if they failed or not\n   ",
                  "start": 2549,
                  "end": 3017,
                  "loc": {
                    "start": {
                      "line": 96,
                      "column": 2
                    },
                    "end": {
                      "line": 101,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Returns the cache containing the preloaded files\n   * @return {Object}\n   ",
                  "start": 4132,
                  "end": 4217,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 2
                    },
                    "end": {
                      "line": 147,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4220,
              "end": 4261,
              "loc": {
                "start": {
                  "line": 148,
                  "column": 2
                },
                "end": {
                  "line": 150,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4220,
                "end": 4228,
                "loc": {
                  "start": {
                    "line": 148,
                    "column": 2
                  },
                  "end": {
                    "line": 148,
                    "column": 10
                  },
                  "identifierName": "getCache"
                },
                "name": "getCache",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 4232,
                "end": 4261,
                "loc": {
                  "start": {
                    "line": 148,
                    "column": 14
                  },
                  "end": {
                    "line": 150,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 4238,
                    "end": 4257,
                    "loc": {
                      "start": {
                        "line": 149,
                        "column": 4
                      },
                      "end": {
                        "line": 149,
                        "column": 23
                      }
                    },
                    "argument": {
                      "type": "MemberExpression",
                      "start": 4245,
                      "end": 4257,
                      "loc": {
                        "start": {
                          "line": 149,
                          "column": 11
                        },
                        "end": {
                          "line": 149,
                          "column": 23
                        }
                      },
                      "object": {
                        "type": "ThisExpression",
                        "start": 4245,
                        "end": 4249,
                        "loc": {
                          "start": {
                            "line": 149,
                            "column": 11
                          },
                          "end": {
                            "line": 149,
                            "column": 15
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4250,
                        "end": 4257,
                        "loc": {
                          "start": {
                            "line": 149,
                            "column": 16
                          },
                          "end": {
                            "line": 149,
                            "column": 23
                          },
                          "identifierName": "__cache"
                        },
                        "name": "__cache"
                      },
                      "computed": false
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Returns the cache containing the preloaded files\n   * @return {Object}\n   ",
                  "start": 4132,
                  "end": 4217,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 2
                    },
                    "end": {
                      "line": 147,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Returns a load file by id\n   * @param {String} id\n   * @return {Object}\n   ",
                  "start": 4265,
                  "end": 4351,
                  "loc": {
                    "start": {
                      "line": 152,
                      "column": 2
                    },
                    "end": {
                      "line": 156,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4354,
              "end": 4400,
              "loc": {
                "start": {
                  "line": 157,
                  "column": 2
                },
                "end": {
                  "line": 159,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4354,
                "end": 4357,
                "loc": {
                  "start": {
                    "line": 157,
                    "column": 2
                  },
                  "end": {
                    "line": 157,
                    "column": 5
                  },
                  "identifierName": "get"
                },
                "name": "get",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 4360,
                  "end": 4362,
                  "loc": {
                    "start": {
                      "line": 157,
                      "column": 8
                    },
                    "end": {
                      "line": 157,
                      "column": 10
                    },
                    "identifierName": "id"
                  },
                  "name": "id"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 4365,
                "end": 4400,
                "loc": {
                  "start": {
                    "line": 157,
                    "column": 13
                  },
                  "end": {
                    "line": 159,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 4371,
                    "end": 4396,
                    "loc": {
                      "start": {
                        "line": 158,
                        "column": 4
                      },
                      "end": {
                        "line": 158,
                        "column": 29
                      }
                    },
                    "argument": {
                      "type": "MemberExpression",
                      "start": 4378,
                      "end": 4396,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 11
                        },
                        "end": {
                          "line": 158,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 4378,
                        "end": 4390,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 11
                          },
                          "end": {
                            "line": 158,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4378,
                          "end": 4382,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 11
                            },
                            "end": {
                              "line": 158,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4383,
                          "end": 4390,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 16
                            },
                            "end": {
                              "line": 158,
                              "column": 23
                            },
                            "identifierName": "__cache"
                          },
                          "name": "__cache"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4392,
                        "end": 4394,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 25
                          },
                          "end": {
                            "line": 158,
                            "column": 27
                          },
                          "identifierName": "id"
                        },
                        "name": "id"
                      },
                      "computed": true
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Returns a load file by id\n   * @param {String} id\n   * @return {Object}\n   ",
                  "start": 4265,
                  "end": 4351,
                  "loc": {
                    "start": {
                      "line": 152,
                      "column": 2
                    },
                    "end": {
                      "line": 156,
                      "column": 5
                    }
                  }
                }
              ]
            }
          ],
          "trailingComments": null
        },
        "leadingComments": [],
        "trailingComments": [],
        "name": "_"
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 4449,
        "end": 4481,
        "loc": {
          "start": {
            "line": 165,
            "column": 0
          },
          "end": {
            "line": 165,
            "column": 32
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 4456,
          "end": 4481,
          "loc": {
            "start": {
              "line": 165,
              "column": 7
            },
            "end": {
              "line": 165,
              "column": 32
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 4460,
              "end": 4481,
              "loc": {
                "start": {
                  "line": 165,
                  "column": 11
                },
                "end": {
                  "line": 165,
                  "column": 32
                }
              },
              "id": {
                "type": "Identifier",
                "start": 4460,
                "end": 4466,
                "loc": {
                  "start": {
                    "line": 165,
                    "column": 11
                  },
                  "end": {
                    "line": 165,
                    "column": 17
                  },
                  "identifierName": "loader"
                },
                "name": "loader",
                "leadingComments": null
              },
              "init": {
                "type": "NewExpression",
                "start": 4469,
                "end": 4481,
                "loc": {
                  "start": {
                    "line": 165,
                    "column": 20
                  },
                  "end": {
                    "line": 165,
                    "column": 32
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 4473,
                  "end": 4479,
                  "loc": {
                    "start": {
                      "line": 165,
                      "column": 24
                    },
                    "end": {
                      "line": 165,
                      "column": 30
                    },
                    "identifierName": "Loader"
                  },
                  "name": "Loader"
                },
                "arguments": []
              },
              "leadingComments": null
            }
          ],
          "kind": "let",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Returns a singleton of the Loader\n ",
              "start": 4404,
              "end": 4448,
              "loc": {
                "start": {
                  "line": 162,
                  "column": 0
                },
                "end": {
                  "line": 164,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Returns a singleton of the Loader\n ",
            "start": 4404,
            "end": 4448,
            "loc": {
              "start": {
                "line": 162,
                "column": 0
              },
              "end": {
                "line": 164,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 4449,
        "end": 4481,
        "loc": {
          "start": {
            "line": 165,
            "column": 0
          },
          "end": {
            "line": 165,
            "column": 32
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 186,
          "end": 4402,
          "loc": {
            "start": {
              "line": 11,
              "column": 0
            },
            "end": {
              "line": 160,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 192,
            "end": 198,
            "loc": {
              "start": {
                "line": 11,
                "column": 6
              },
              "end": {
                "line": 11,
                "column": 12
              },
              "identifierName": "Loader"
            },
            "name": "Loader",
            "leadingComments": null
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 199,
            "end": 4402,
            "loc": {
              "start": {
                "line": 11,
                "column": 13
              },
              "end": {
                "line": 160,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 260,
                "end": 389,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 2
                  },
                  "end": {
                    "line": 22,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 260,
                  "end": 271,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 2
                    },
                    "end": {
                      "line": 15,
                      "column": 13
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 275,
                  "end": 389,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 17
                    },
                    "end": {
                      "line": 22,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 368,
                      "end": 385,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 21,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 368,
                        "end": 385,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 21,
                            "column": 21
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 368,
                          "end": 380,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 368,
                            "end": 372,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 4
                              },
                              "end": {
                                "line": 21,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 373,
                            "end": 380,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 9
                              },
                              "end": {
                                "line": 21,
                                "column": 16
                              },
                              "identifierName": "__cache"
                            },
                            "name": "__cache"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 383,
                          "end": 385,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 19
                            },
                            "end": {
                              "line": 21,
                              "column": 21
                            }
                          },
                          "properties": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * Contains a cache of files\n     * @type {Object}\n     * @private\n     ",
                          "start": 281,
                          "end": 363,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 4
                            },
                            "end": {
                              "line": 20,
                              "column": 7
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates an instance of the Loader class\n   ",
                    "start": 203,
                    "end": 257,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 2
                      },
                      "end": {
                        "line": 14,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Create a new instance of the Loader\n   * @return {Loader} The new Loader instance\n   ",
                    "start": 393,
                    "end": 489,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 2
                      },
                      "end": {
                        "line": 27,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 492,
                "end": 531,
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 2
                  },
                  "end": {
                    "line": 30,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 492,
                  "end": 498,
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 2
                    },
                    "end": {
                      "line": 28,
                      "column": 8
                    },
                    "identifierName": "create"
                  },
                  "name": "create",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 502,
                  "end": 531,
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 12
                    },
                    "end": {
                      "line": 30,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 508,
                      "end": 527,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 23
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 515,
                        "end": 527,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 11
                          },
                          "end": {
                            "line": 29,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 519,
                          "end": 525,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 15
                            },
                            "end": {
                              "line": 29,
                              "column": 21
                            },
                            "identifierName": "Loader"
                          },
                          "name": "Loader"
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Create a new instance of the Loader\n   * @return {Loader} The new Loader instance\n   ",
                    "start": 393,
                    "end": 489,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 2
                      },
                      "end": {
                        "line": 27,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Preload an image\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The image url to load\n   * @param {Image} image The image oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                    "start": 535,
                    "end": 844,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 2
                      },
                      "end": {
                        "line": 38,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 847,
                "end": 1165,
                "loc": {
                  "start": {
                    "line": 39,
                    "column": 2
                  },
                  "end": {
                    "line": 51,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 847,
                  "end": 859,
                  "loc": {
                    "start": {
                      "line": 39,
                      "column": 2
                    },
                    "end": {
                      "line": 39,
                      "column": 14
                    },
                    "identifierName": "preloadImage"
                  },
                  "name": "preloadImage",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 862,
                    "end": 864,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 17
                      },
                      "end": {
                        "line": 39,
                        "column": 19
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  },
                  {
                    "type": "Identifier",
                    "start": 866,
                    "end": 869,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 21
                      },
                      "end": {
                        "line": 39,
                        "column": 24
                      },
                      "identifierName": "url"
                    },
                    "name": "url"
                  },
                  {
                    "type": "Identifier",
                    "start": 871,
                    "end": 876,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 26
                      },
                      "end": {
                        "line": 39,
                        "column": 31
                      },
                      "identifierName": "image"
                    },
                    "name": "image"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 879,
                  "end": 1165,
                  "loc": {
                    "start": {
                      "line": 39,
                      "column": 34
                    },
                    "end": {
                      "line": 51,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 885,
                      "end": 915,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 34
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 889,
                          "end": 915,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 34
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 889,
                            "end": 892,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 11
                              },
                              "identifierName": "img"
                            },
                            "name": "img"
                          },
                          "init": {
                            "type": "LogicalExpression",
                            "start": 895,
                            "end": 915,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 14
                              },
                              "end": {
                                "line": 40,
                                "column": 34
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 895,
                              "end": 900,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 14
                                },
                                "end": {
                                  "line": 40,
                                  "column": 19
                                },
                                "identifierName": "image"
                              },
                              "name": "image"
                            },
                            "operator": "||",
                            "right": {
                              "type": "NewExpression",
                              "start": 904,
                              "end": 915,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 23
                                },
                                "end": {
                                  "line": 40,
                                  "column": 34
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 908,
                                "end": 913,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 32
                                  },
                                  "identifierName": "Image"
                                },
                                "name": "Image"
                              },
                              "arguments": []
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 920,
                      "end": 1161,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 4
                        },
                        "end": {
                          "line": 50,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 927,
                        "end": 1161,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 11
                          },
                          "end": {
                            "line": 50,
                            "column": 7
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 931,
                          "end": 938,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 15
                            },
                            "end": {
                              "line": 41,
                              "column": 22
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 940,
                            "end": 1159,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 24
                              },
                              "end": {
                                "line": 50,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 942,
                                "end": 949,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 33
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 951,
                                "end": 957,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 41
                                  },
                                  "identifierName": "reject"
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 963,
                              "end": 1159,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 47
                                },
                                "end": {
                                  "line": 50,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 971,
                                  "end": 1070,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 7
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 971,
                                    "end": 1070,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 7
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 971,
                                      "end": 981,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 16
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 971,
                                        "end": 974,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 9
                                          },
                                          "identifierName": "img"
                                        },
                                        "name": "img"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 975,
                                        "end": 981,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 16
                                          },
                                          "identifierName": "onload"
                                        },
                                        "name": "onload"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "ArrowFunctionExpression",
                                      "start": 984,
                                      "end": 1070,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 990,
                                        "end": 1070,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1000,
                                            "end": 1024,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 32
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 1000,
                                              "end": 1024,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 32
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 1000,
                                                "end": 1018,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 26
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1000,
                                                  "end": 1012,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 20
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 1000,
                                                    "end": 1004,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 12
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1005,
                                                    "end": 1012,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 20
                                                      },
                                                      "identifierName": "__cache"
                                                    },
                                                    "name": "__cache"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1014,
                                                  "end": 1016,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 24
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                },
                                                "computed": true
                                              },
                                              "right": {
                                                "type": "Identifier",
                                                "start": 1021,
                                                "end": 1024,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 32
                                                  },
                                                  "identifierName": "img"
                                                },
                                                "name": "img"
                                              }
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1033,
                                            "end": 1062,
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 37
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 1033,
                                              "end": 1062,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 37
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 1033,
                                                "end": 1040,
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 15
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 1042,
                                                  "end": 1060,
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 35
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 1042,
                                                    "end": 1054,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 29
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 1042,
                                                      "end": 1046,
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 21
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1047,
                                                      "end": 1054,
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 29
                                                        },
                                                        "identifierName": "__cache"
                                                      },
                                                      "name": "__cache"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1056,
                                                    "end": 1058,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 33
                                                      },
                                                      "identifierName": "id"
                                                    },
                                                    "name": "id"
                                                  },
                                                  "computed": true
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1077,
                                  "end": 1133,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 7
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 1077,
                                    "end": 1133,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 7
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1077,
                                      "end": 1088,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 17
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1077,
                                        "end": 1080,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 9
                                          },
                                          "identifierName": "img"
                                        },
                                        "name": "img"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1081,
                                        "end": 1088,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 17
                                          },
                                          "identifierName": "onerror"
                                        },
                                        "name": "onerror"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "ArrowFunctionExpression",
                                      "start": 1091,
                                      "end": 1133,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 1093,
                                          "end": 1096,
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 25
                                            },
                                            "identifierName": "err"
                                          },
                                          "name": "err"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 1102,
                                        "end": 1133,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1112,
                                            "end": 1125,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 21
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 1112,
                                              "end": 1125,
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 21
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 1112,
                                                "end": 1118,
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 14
                                                  },
                                                  "identifierName": "reject"
                                                },
                                                "name": "reject"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1120,
                                                  "end": 1123,
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 19
                                                    },
                                                    "identifierName": "err"
                                                  },
                                                  "name": "err"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1140,
                                  "end": 1153,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 19
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 1140,
                                    "end": 1153,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 19
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1140,
                                      "end": 1147,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 13
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1140,
                                        "end": 1143,
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 9
                                          },
                                          "identifierName": "img"
                                        },
                                        "name": "img"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1144,
                                        "end": 1147,
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 13
                                          },
                                          "identifierName": "src"
                                        },
                                        "name": "src"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 1150,
                                      "end": 1153,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 19
                                        },
                                        "identifierName": "url"
                                      },
                                      "name": "url"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Preload an image\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The image url to load\n   * @param {Image} image The image oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                    "start": 535,
                    "end": 844,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 2
                      },
                      "end": {
                        "line": 38,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Preload an audio file\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The audio url to load\n   * @param {Audio} audio The audio oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                    "start": 1169,
                    "end": 1483,
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 2
                      },
                      "end": {
                        "line": 59,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1486,
                "end": 1836,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 2
                  },
                  "end": {
                    "line": 72,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1486,
                  "end": 1498,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 2
                    },
                    "end": {
                      "line": 60,
                      "column": 14
                    },
                    "identifierName": "preloadAudio"
                  },
                  "name": "preloadAudio",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1501,
                    "end": 1503,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 17
                      },
                      "end": {
                        "line": 60,
                        "column": 19
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  },
                  {
                    "type": "Identifier",
                    "start": 1505,
                    "end": 1508,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 21
                      },
                      "end": {
                        "line": 60,
                        "column": 24
                      },
                      "identifierName": "url"
                    },
                    "name": "url"
                  },
                  {
                    "type": "Identifier",
                    "start": 1510,
                    "end": 1515,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 26
                      },
                      "end": {
                        "line": 60,
                        "column": 31
                      },
                      "identifierName": "audio"
                    },
                    "name": "audio"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1518,
                  "end": 1836,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 34
                    },
                    "end": {
                      "line": 72,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1524,
                      "end": 1556,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 4
                        },
                        "end": {
                          "line": 61,
                          "column": 36
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1528,
                          "end": 1556,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 8
                            },
                            "end": {
                              "line": 61,
                              "column": 36
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1528,
                            "end": 1533,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 8
                              },
                              "end": {
                                "line": 61,
                                "column": 13
                              },
                              "identifierName": "sound"
                            },
                            "name": "sound"
                          },
                          "init": {
                            "type": "LogicalExpression",
                            "start": 1536,
                            "end": 1556,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 16
                              },
                              "end": {
                                "line": 61,
                                "column": 36
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1536,
                              "end": 1541,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 16
                                },
                                "end": {
                                  "line": 61,
                                  "column": 21
                                },
                                "identifierName": "audio"
                              },
                              "name": "audio"
                            },
                            "operator": "||",
                            "right": {
                              "type": "NewExpression",
                              "start": 1545,
                              "end": 1556,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 25
                                },
                                "end": {
                                  "line": 61,
                                  "column": 36
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1549,
                                "end": 1554,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 34
                                  },
                                  "identifierName": "Audio"
                                },
                                "name": "Audio"
                              },
                              "arguments": []
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1561,
                      "end": 1832,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 4
                        },
                        "end": {
                          "line": 71,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 1568,
                        "end": 1832,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 11
                          },
                          "end": {
                            "line": 71,
                            "column": 7
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1572,
                          "end": 1579,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 15
                            },
                            "end": {
                              "line": 62,
                              "column": 22
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1581,
                            "end": 1830,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 24
                              },
                              "end": {
                                "line": 71,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1583,
                                "end": 1590,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 33
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 1592,
                                "end": 1598,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 41
                                  },
                                  "identifierName": "reject"
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1604,
                              "end": 1830,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 47
                                },
                                "end": {
                                  "line": 71,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1612,
                                  "end": 1737,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 9
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1612,
                                    "end": 1737,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 9
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1612,
                                      "end": 1634,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1612,
                                        "end": 1617,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 11
                                          },
                                          "identifierName": "sound"
                                        },
                                        "name": "sound"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1618,
                                        "end": 1634,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 28
                                          },
                                          "identifierName": "addEventListener"
                                        },
                                        "name": "addEventListener"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 1636,
                                        "end": 1645,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 39
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "canplay",
                                          "raw": "'canplay'"
                                        },
                                        "value": "canplay"
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 1647,
                                        "end": 1735,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 1653,
                                          "end": 1735,
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 1663,
                                              "end": 1689,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 34
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 1663,
                                                "end": 1689,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 34
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 1663,
                                                  "end": 1681,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 1663,
                                                    "end": 1675,
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 20
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 1663,
                                                      "end": 1667,
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 64,
                                                          "column": 12
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1668,
                                                      "end": 1675,
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 64,
                                                          "column": 20
                                                        },
                                                        "identifierName": "__cache"
                                                      },
                                                      "name": "__cache"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1677,
                                                    "end": 1679,
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 24
                                                      },
                                                      "identifierName": "id"
                                                    },
                                                    "name": "id"
                                                  },
                                                  "computed": true
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "start": 1684,
                                                  "end": 1689,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 34
                                                    },
                                                    "identifierName": "sound"
                                                  },
                                                  "name": "sound"
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 1698,
                                              "end": 1727,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 37
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 1698,
                                                "end": 1727,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 37
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 1698,
                                                  "end": 1705,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 15
                                                    },
                                                    "identifierName": "resolve"
                                                  },
                                                  "name": "resolve"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 1707,
                                                    "end": 1725,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 1707,
                                                      "end": 1719,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 29
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 1707,
                                                        "end": 1711,
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 21
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1712,
                                                        "end": 1719,
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 29
                                                          },
                                                          "identifierName": "__cache"
                                                        },
                                                        "name": "__cache"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1721,
                                                      "end": 1723,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 33
                                                        },
                                                        "identifierName": "id"
                                                      },
                                                      "name": "id"
                                                    },
                                                    "computed": true
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1744,
                                  "end": 1802,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 7
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 1744,
                                    "end": 1802,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 7
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1744,
                                      "end": 1757,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 19
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1744,
                                        "end": 1749,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 11
                                          },
                                          "identifierName": "sound"
                                        },
                                        "name": "sound"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1750,
                                        "end": 1757,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 19
                                          },
                                          "identifierName": "onerror"
                                        },
                                        "name": "onerror"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "ArrowFunctionExpression",
                                      "start": 1760,
                                      "end": 1802,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 1762,
                                          "end": 1765,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 27
                                            },
                                            "identifierName": "err"
                                          },
                                          "name": "err"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 1771,
                                        "end": 1802,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1781,
                                            "end": 1794,
                                            "loc": {
                                              "start": {
                                                "line": 68,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 68,
                                                "column": 21
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 1781,
                                              "end": 1794,
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 21
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 1781,
                                                "end": 1787,
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 14
                                                  },
                                                  "identifierName": "reject"
                                                },
                                                "name": "reject"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1789,
                                                  "end": 1792,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 19
                                                    },
                                                    "identifierName": "err"
                                                  },
                                                  "name": "err"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1809,
                                  "end": 1824,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 21
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 1809,
                                    "end": 1824,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 21
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1809,
                                      "end": 1818,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 15
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1809,
                                        "end": 1814,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 11
                                          },
                                          "identifierName": "sound"
                                        },
                                        "name": "sound"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1815,
                                        "end": 1818,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 15
                                          },
                                          "identifierName": "src"
                                        },
                                        "name": "src"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 1821,
                                      "end": 1824,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 21
                                        },
                                        "identifierName": "url"
                                      },
                                      "name": "url"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Preload an audio file\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The audio url to load\n   * @param {Audio} audio The audio oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                    "start": 1169,
                    "end": 1483,
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 2
                      },
                      "end": {
                        "line": 59,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Preload a file using HTTPRequest\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The file url to load\n   * @param {XMLHttpRequest} request The xhr oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                    "start": 1840,
                    "end": 2173,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 2
                      },
                      "end": {
                        "line": 80,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2176,
                "end": 2545,
                "loc": {
                  "start": {
                    "line": 81,
                    "column": 2
                  },
                  "end": {
                    "line": 94,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2176,
                  "end": 2187,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 2
                    },
                    "end": {
                      "line": 81,
                      "column": 13
                    },
                    "identifierName": "preloadFile"
                  },
                  "name": "preloadFile",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2190,
                    "end": 2192,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 16
                      },
                      "end": {
                        "line": 81,
                        "column": 18
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  },
                  {
                    "type": "Identifier",
                    "start": 2194,
                    "end": 2197,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 20
                      },
                      "end": {
                        "line": 81,
                        "column": 23
                      },
                      "identifierName": "url"
                    },
                    "name": "url"
                  },
                  {
                    "type": "Identifier",
                    "start": 2199,
                    "end": 2206,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 25
                      },
                      "end": {
                        "line": 81,
                        "column": 32
                      },
                      "identifierName": "request"
                    },
                    "name": "request"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2209,
                  "end": 2545,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 35
                    },
                    "end": {
                      "line": 94,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2215,
                      "end": 2256,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 4
                        },
                        "end": {
                          "line": 82,
                          "column": 45
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2219,
                          "end": 2256,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 8
                            },
                            "end": {
                              "line": 82,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2219,
                            "end": 2222,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 8
                              },
                              "end": {
                                "line": 82,
                                "column": 11
                              },
                              "identifierName": "xhr"
                            },
                            "name": "xhr"
                          },
                          "init": {
                            "type": "LogicalExpression",
                            "start": 2225,
                            "end": 2256,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 14
                              },
                              "end": {
                                "line": 82,
                                "column": 45
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 2225,
                              "end": 2232,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 14
                                },
                                "end": {
                                  "line": 82,
                                  "column": 21
                                },
                                "identifierName": "request"
                              },
                              "name": "request"
                            },
                            "operator": "||",
                            "right": {
                              "type": "NewExpression",
                              "start": 2236,
                              "end": 2256,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 25
                                },
                                "end": {
                                  "line": 82,
                                  "column": 45
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 2240,
                                "end": 2254,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 43
                                  },
                                  "identifierName": "XMLHttpRequest"
                                },
                                "name": "XMLHttpRequest"
                              },
                              "arguments": []
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 2261,
                      "end": 2541,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 4
                        },
                        "end": {
                          "line": 93,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 2268,
                        "end": 2541,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 11
                          },
                          "end": {
                            "line": 93,
                            "column": 7
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2272,
                          "end": 2279,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 15
                            },
                            "end": {
                              "line": 83,
                              "column": 22
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2281,
                            "end": 2539,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 24
                              },
                              "end": {
                                "line": 93,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2283,
                                "end": 2290,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 33
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 2292,
                                "end": 2298,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 41
                                  },
                                  "identifierName": "reject"
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 2304,
                              "end": 2539,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 47
                                },
                                "end": {
                                  "line": 93,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2312,
                                  "end": 2334,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 28
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2312,
                                    "end": 2334,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 28
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2312,
                                      "end": 2320,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 14
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2312,
                                        "end": 2315,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 9
                                          },
                                          "identifierName": "xhr"
                                        },
                                        "name": "xhr"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2316,
                                        "end": 2320,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 14
                                          },
                                          "identifierName": "open"
                                        },
                                        "name": "open"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 2322,
                                        "end": 2327,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "GET",
                                          "raw": "'GET'"
                                        },
                                        "value": "GET"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 2329,
                                        "end": 2332,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 26
                                          },
                                          "identifierName": "url"
                                        },
                                        "name": "url"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2341,
                                  "end": 2453,
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 7
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2341,
                                    "end": 2453,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 7
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 2341,
                                      "end": 2351,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 16
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2341,
                                        "end": 2344,
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 9
                                          },
                                          "identifierName": "xhr"
                                        },
                                        "name": "xhr"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2345,
                                        "end": 2351,
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 16
                                          },
                                          "identifierName": "onload"
                                        },
                                        "name": "onload"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "ArrowFunctionExpression",
                                      "start": 2354,
                                      "end": 2453,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 2360,
                                        "end": 2453,
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2370,
                                            "end": 2407,
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 45
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 2370,
                                              "end": 2407,
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 45
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 2370,
                                                "end": 2388,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 26
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2370,
                                                  "end": 2382,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 20
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2370,
                                                    "end": 2374,
                                                    "loc": {
                                                      "start": {
                                                        "line": 86,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 86,
                                                        "column": 12
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2375,
                                                    "end": 2382,
                                                    "loc": {
                                                      "start": {
                                                        "line": 86,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 86,
                                                        "column": 20
                                                      },
                                                      "identifierName": "__cache"
                                                    },
                                                    "name": "__cache"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2384,
                                                  "end": 2386,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 24
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                },
                                                "computed": true
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 2391,
                                                "end": 2407,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 45
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2391,
                                                  "end": 2394,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 32
                                                    },
                                                    "identifierName": "xhr"
                                                  },
                                                  "name": "xhr"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2395,
                                                  "end": 2407,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 45
                                                    },
                                                    "identifierName": "responseText"
                                                  },
                                                  "name": "responseText"
                                                },
                                                "computed": false
                                              }
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2416,
                                            "end": 2445,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 37
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 2416,
                                              "end": 2445,
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 87,
                                                  "column": 37
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 2416,
                                                "end": 2423,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 15
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 2425,
                                                  "end": 2443,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 87,
                                                      "column": 35
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2425,
                                                    "end": 2437,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 29
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2425,
                                                      "end": 2429,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 21
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2430,
                                                      "end": 2437,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 29
                                                        },
                                                        "identifierName": "__cache"
                                                      },
                                                      "name": "__cache"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2439,
                                                    "end": 2441,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 33
                                                      },
                                                      "identifierName": "id"
                                                    },
                                                    "name": "id"
                                                  },
                                                  "computed": true
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2460,
                                  "end": 2516,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 7
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2460,
                                    "end": 2516,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 7
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 2460,
                                      "end": 2471,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 17
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2460,
                                        "end": 2463,
                                        "loc": {
                                          "start": {
                                            "line": 89,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 89,
                                            "column": 9
                                          },
                                          "identifierName": "xhr"
                                        },
                                        "name": "xhr"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2464,
                                        "end": 2471,
                                        "loc": {
                                          "start": {
                                            "line": 89,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 89,
                                            "column": 17
                                          },
                                          "identifierName": "onerror"
                                        },
                                        "name": "onerror"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "ArrowFunctionExpression",
                                      "start": 2474,
                                      "end": 2516,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 2476,
                                          "end": 2479,
                                          "loc": {
                                            "start": {
                                              "line": 89,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 89,
                                              "column": 25
                                            },
                                            "identifierName": "err"
                                          },
                                          "name": "err"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 2485,
                                        "end": 2516,
                                        "loc": {
                                          "start": {
                                            "line": 89,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2495,
                                            "end": 2508,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 21
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 2495,
                                              "end": 2508,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 21
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 2495,
                                                "end": 2501,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 14
                                                  },
                                                  "identifierName": "reject"
                                                },
                                                "name": "reject"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 2503,
                                                  "end": 2506,
                                                  "loc": {
                                                    "start": {
                                                      "line": 90,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 19
                                                    },
                                                    "identifierName": "err"
                                                  },
                                                  "name": "err"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2523,
                                  "end": 2533,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 16
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2523,
                                    "end": 2533,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 16
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2523,
                                      "end": 2531,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 14
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2523,
                                        "end": 2526,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 9
                                          },
                                          "identifierName": "xhr"
                                        },
                                        "name": "xhr"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2527,
                                        "end": 2531,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 14
                                          },
                                          "identifierName": "send"
                                        },
                                        "name": "send"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Preload a file using HTTPRequest\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The file url to load\n   * @param {XMLHttpRequest} request The xhr oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
                    "start": 1840,
                    "end": 2173,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 2
                      },
                      "end": {
                        "line": 80,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Load a list of files\n   * @param {Object} files Contains a list of files to load with the following structure: { \"file1\": \"url1\", \"file2\": \"url2\" } or { \"file1\": { type: \"image|audio|file\", url: \"url1\", obj: objectLoader|null } }\n   * @param {Function} progress A callback function with the parameters: \"err, id, data, loaded, total\"\n   * @return {Promise} Returns a promise which is resolved upon loading all files, doesn't matter if they failed or not\n   ",
                    "start": 2549,
                    "end": 3017,
                    "loc": {
                      "start": {
                        "line": 96,
                        "column": 2
                      },
                      "end": {
                        "line": 101,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3020,
                "end": 4128,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 2
                  },
                  "end": {
                    "line": 142,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3020,
                  "end": 3027,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 2
                    },
                    "end": {
                      "line": 102,
                      "column": 9
                    },
                    "identifierName": "preload"
                  },
                  "name": "preload",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3030,
                    "end": 3035,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 12
                      },
                      "end": {
                        "line": 102,
                        "column": 17
                      },
                      "identifierName": "files"
                    },
                    "name": "files"
                  },
                  {
                    "type": "Identifier",
                    "start": 3037,
                    "end": 3045,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 19
                      },
                      "end": {
                        "line": 102,
                        "column": 27
                      },
                      "identifierName": "progress"
                    },
                    "name": "progress"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3048,
                  "end": 4128,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 30
                    },
                    "end": {
                      "line": 142,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 3054,
                      "end": 4124,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 4
                        },
                        "end": {
                          "line": 141,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 3061,
                        "end": 4124,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 11
                          },
                          "end": {
                            "line": 141,
                            "column": 7
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 3065,
                          "end": 3072,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 15
                            },
                            "end": {
                              "line": 103,
                              "column": 22
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3074,
                            "end": 4122,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 24
                              },
                              "end": {
                                "line": 141,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 3076,
                                "end": 3083,
                                "loc": {
                                  "start": {
                                    "line": 103,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 33
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3089,
                              "end": 4122,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 39
                                },
                                "end": {
                                  "line": 141,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3097,
                                  "end": 3136,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 45
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3101,
                                      "end": 3136,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 45
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3101,
                                        "end": 3106,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 15
                                          },
                                          "identifierName": "total"
                                        },
                                        "name": "total"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3109,
                                        "end": 3136,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 45
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 3109,
                                          "end": 3129,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 38
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3109,
                                            "end": 3120,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3109,
                                              "end": 3115,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 24
                                                },
                                                "identifierName": "Object"
                                              },
                                              "name": "Object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3116,
                                              "end": 3120,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 29
                                                },
                                                "identifierName": "keys"
                                              },
                                              "name": "keys"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3122,
                                              "end": 3127,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 36
                                                },
                                                "identifierName": "files"
                                              },
                                              "name": "files"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3130,
                                          "end": 3136,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 45
                                            },
                                            "identifierName": "length"
                                          },
                                          "name": "length"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3143,
                                  "end": 3157,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 20
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3147,
                                      "end": 3157,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 20
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3147,
                                        "end": 3153,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 16
                                          },
                                          "identifierName": "loaded"
                                        },
                                        "name": "loaded"
                                      },
                                      "init": {
                                        "type": "NumericLiteral",
                                        "start": 3156,
                                        "end": 3157,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3164,
                                  "end": 3177,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 19
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3168,
                                      "end": 3177,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 19
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3168,
                                        "end": 3173,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 15
                                          },
                                          "identifierName": "index"
                                        },
                                        "name": "index"
                                      },
                                      "init": {
                                        "type": "NumericLiteral",
                                        "start": 3176,
                                        "end": 3177,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3185,
                                  "end": 3448,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 7
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3189,
                                      "end": 3448,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 7
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3189,
                                        "end": 3196,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 17
                                          },
                                          "identifierName": "process"
                                        },
                                        "name": "process"
                                      },
                                      "init": {
                                        "type": "ArrowFunctionExpression",
                                        "start": 3199,
                                        "end": 3448,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 3201,
                                            "end": 3204,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 25
                                              },
                                              "identifierName": "err"
                                            },
                                            "name": "err"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3206,
                                            "end": 3208,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 29
                                              },
                                              "identifierName": "id"
                                            },
                                            "name": "id"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3210,
                                            "end": 3214,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 35
                                              },
                                              "identifierName": "data"
                                            },
                                            "name": "data"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3216,
                                            "end": 3222,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 43
                                              },
                                              "identifierName": "loaded"
                                            },
                                            "name": "loaded"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3224,
                                            "end": 3229,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 50
                                              },
                                              "identifierName": "total"
                                            },
                                            "name": "total"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 3235,
                                          "end": 3448,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "IfStatement",
                                              "start": 3245,
                                              "end": 3345,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 111,
                                                  "column": 9
                                                }
                                              },
                                              "test": {
                                                "type": "BinaryExpression",
                                                "start": 3250,
                                                "end": 3280,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 43
                                                  }
                                                },
                                                "left": {
                                                  "type": "UnaryExpression",
                                                  "start": 3250,
                                                  "end": 3265,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 28
                                                    }
                                                  },
                                                  "operator": "typeof",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "start": 3257,
                                                    "end": 3265,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 28
                                                      },
                                                      "identifierName": "progress"
                                                    },
                                                    "name": "progress"
                                                  },
                                                  "extra": {
                                                    "parenthesizedArgument": false
                                                  }
                                                },
                                                "operator": "===",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 3270,
                                                  "end": 3280,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 43
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "function",
                                                    "raw": "'function'"
                                                  },
                                                  "value": "function"
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 3283,
                                                "end": 3345,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 111,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 3295,
                                                    "end": 3335,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 50
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 3295,
                                                      "end": 3335,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 50
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "Identifier",
                                                        "start": 3295,
                                                        "end": 3303,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 18
                                                          },
                                                          "identifierName": "progress"
                                                        },
                                                        "name": "progress"
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3305,
                                                          "end": 3308,
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 23
                                                            },
                                                            "identifierName": "err"
                                                          },
                                                          "name": "err"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3310,
                                                          "end": 3312,
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 27
                                                            },
                                                            "identifierName": "id"
                                                          },
                                                          "name": "id"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3314,
                                                          "end": 3318,
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 33
                                                            },
                                                            "identifierName": "data"
                                                          },
                                                          "name": "data"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3320,
                                                          "end": 3326,
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 41
                                                            },
                                                            "identifierName": "loaded"
                                                          },
                                                          "name": "loaded"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3328,
                                                          "end": 3333,
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 48
                                                            },
                                                            "identifierName": "total"
                                                          },
                                                          "name": "total"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 3354,
                                              "end": 3361,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 15
                                                }
                                              },
                                              "expression": {
                                                "type": "UpdateExpression",
                                                "start": 3354,
                                                "end": 3361,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 15
                                                  }
                                                },
                                                "operator": "++",
                                                "prefix": false,
                                                "argument": {
                                                  "type": "Identifier",
                                                  "start": 3354,
                                                  "end": 3359,
                                                  "loc": {
                                                    "start": {
                                                      "line": 112,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 13
                                                    },
                                                    "identifierName": "index"
                                                  },
                                                  "name": "index"
                                                }
                                              }
                                            },
                                            {
                                              "type": "IfStatement",
                                              "start": 3370,
                                              "end": 3440,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 9
                                                }
                                              },
                                              "test": {
                                                "type": "BinaryExpression",
                                                "start": 3375,
                                                "end": 3390,
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 28
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 3375,
                                                  "end": 3380,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 18
                                                    },
                                                    "identifierName": "total"
                                                  },
                                                  "name": "total"
                                                },
                                                "operator": "===",
                                                "right": {
                                                  "type": "Identifier",
                                                  "start": 3385,
                                                  "end": 3390,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 28
                                                    },
                                                    "identifierName": "index"
                                                  },
                                                  "name": "index"
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 3393,
                                                "end": 3440,
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 3405,
                                                    "end": 3430,
                                                    "loc": {
                                                      "start": {
                                                        "line": 114,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 114,
                                                        "column": 35
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 3405,
                                                      "end": 3430,
                                                      "loc": {
                                                        "start": {
                                                          "line": 114,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 114,
                                                          "column": 35
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "Identifier",
                                                        "start": 3405,
                                                        "end": 3412,
                                                        "loc": {
                                                          "start": {
                                                            "line": 114,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 114,
                                                            "column": 17
                                                          },
                                                          "identifierName": "resolve"
                                                        },
                                                        "name": "resolve"
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "BinaryExpression",
                                                          "start": 3414,
                                                          "end": 3428,
                                                          "loc": {
                                                            "start": {
                                                              "line": 114,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 114,
                                                              "column": 33
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "Identifier",
                                                            "start": 3414,
                                                            "end": 3419,
                                                            "loc": {
                                                              "start": {
                                                                "line": 114,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 114,
                                                                "column": 24
                                                              },
                                                              "identifierName": "total"
                                                            },
                                                            "name": "total"
                                                          },
                                                          "operator": "-",
                                                          "right": {
                                                            "type": "Identifier",
                                                            "start": 3422,
                                                            "end": 3428,
                                                            "loc": {
                                                              "start": {
                                                                "line": 114,
                                                                "column": 27
                                                              },
                                                              "end": {
                                                                "line": 114,
                                                                "column": 33
                                                              },
                                                              "identifierName": "loaded"
                                                            },
                                                            "name": "loaded"
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 3456,
                                  "end": 3505,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 3461,
                                    "end": 3472,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 22
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3461,
                                      "end": 3466,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 16
                                        },
                                        "identifierName": "total"
                                      },
                                      "name": "total"
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 3471,
                                      "end": 3472,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 22
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 3475,
                                    "end": 3505,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3485,
                                        "end": 3497,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 20
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3485,
                                          "end": 3497,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 20
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 3485,
                                            "end": 3492,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 15
                                              },
                                              "identifierName": "resolve"
                                            },
                                            "name": "resolve"
                                          },
                                          "arguments": [
                                            {
                                              "type": "NumericLiteral",
                                              "start": 3494,
                                              "end": 3495,
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 18
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3513,
                                  "end": 4116,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 9
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3513,
                                    "end": 4116,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 140,
                                        "column": 9
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 3513,
                                      "end": 3517,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 10
                                        },
                                        "identifierName": "loop"
                                      },
                                      "name": "loop"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 3519,
                                        "end": 3524,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 17
                                          },
                                          "identifierName": "files"
                                        },
                                        "name": "files"
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 3526,
                                        "end": 4114,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 3528,
                                            "end": 3532,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 25
                                              },
                                              "identifierName": "file"
                                            },
                                            "name": "file"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3534,
                                            "end": 3536,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 29
                                              },
                                              "identifierName": "id"
                                            },
                                            "name": "id"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 3542,
                                          "end": 4114,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 140,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 3552,
                                              "end": 3569,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 25
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 3556,
                                                  "end": 3569,
                                                  "loc": {
                                                    "start": {
                                                      "line": 123,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 123,
                                                      "column": 25
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 3556,
                                                    "end": 3560,
                                                    "loc": {
                                                      "start": {
                                                        "line": 123,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 123,
                                                        "column": 16
                                                      },
                                                      "identifierName": "type"
                                                    },
                                                    "name": "type"
                                                  },
                                                  "init": {
                                                    "type": "StringLiteral",
                                                    "start": 3563,
                                                    "end": 3569,
                                                    "loc": {
                                                      "start": {
                                                        "line": 123,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 123,
                                                        "column": 25
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "file",
                                                      "raw": "'file'"
                                                    },
                                                    "value": "file"
                                                  }
                                                }
                                              ],
                                              "kind": "let"
                                            },
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 3578,
                                              "end": 3592,
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 22
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 3582,
                                                  "end": 3592,
                                                  "loc": {
                                                    "start": {
                                                      "line": 124,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 124,
                                                      "column": 22
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 3582,
                                                    "end": 3585,
                                                    "loc": {
                                                      "start": {
                                                        "line": 124,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 124,
                                                        "column": 15
                                                      },
                                                      "identifierName": "obj"
                                                    },
                                                    "name": "obj"
                                                  },
                                                  "init": {
                                                    "type": "NullLiteral",
                                                    "start": 3588,
                                                    "end": 3592,
                                                    "loc": {
                                                      "start": {
                                                        "line": 124,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 124,
                                                        "column": 22
                                                      }
                                                    }
                                                  }
                                                }
                                              ],
                                              "kind": "let"
                                            },
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 3601,
                                              "end": 3615,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 22
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 3605,
                                                  "end": 3615,
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 125,
                                                      "column": 22
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 3605,
                                                    "end": 3608,
                                                    "loc": {
                                                      "start": {
                                                        "line": 125,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 125,
                                                        "column": 15
                                                      },
                                                      "identifierName": "url"
                                                    },
                                                    "name": "url"
                                                  },
                                                  "init": {
                                                    "type": "Identifier",
                                                    "start": 3611,
                                                    "end": 3615,
                                                    "loc": {
                                                      "start": {
                                                        "line": 125,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 125,
                                                        "column": 22
                                                      },
                                                      "identifierName": "file"
                                                    },
                                                    "name": "file"
                                                  }
                                                }
                                              ],
                                              "kind": "let"
                                            },
                                            {
                                              "type": "IfStatement",
                                              "start": 3624,
                                              "end": 3744,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 130,
                                                  "column": 9
                                                }
                                              },
                                              "test": {
                                                "type": "CallExpression",
                                                "start": 3629,
                                                "end": 3645,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 29
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 3629,
                                                  "end": 3637,
                                                  "loc": {
                                                    "start": {
                                                      "line": 126,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 126,
                                                      "column": 21
                                                    },
                                                    "identifierName": "isObject"
                                                  },
                                                  "name": "isObject"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 3639,
                                                    "end": 3643,
                                                    "loc": {
                                                      "start": {
                                                        "line": 126,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 126,
                                                        "column": 27
                                                      },
                                                      "identifierName": "file"
                                                    },
                                                    "name": "file"
                                                  }
                                                ]
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 3648,
                                                "end": 3744,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 130,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 3660,
                                                    "end": 3676,
                                                    "loc": {
                                                      "start": {
                                                        "line": 127,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 127,
                                                        "column": 26
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 3660,
                                                      "end": 3676,
                                                      "loc": {
                                                        "start": {
                                                          "line": 127,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 127,
                                                          "column": 26
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 3660,
                                                        "end": 3664,
                                                        "loc": {
                                                          "start": {
                                                            "line": 127,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 127,
                                                            "column": 14
                                                          },
                                                          "identifierName": "type"
                                                        },
                                                        "name": "type"
                                                      },
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "start": 3667,
                                                        "end": 3676,
                                                        "loc": {
                                                          "start": {
                                                            "line": 127,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 127,
                                                            "column": 26
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3667,
                                                          "end": 3671,
                                                          "loc": {
                                                            "start": {
                                                              "line": 127,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 127,
                                                              "column": 21
                                                            },
                                                            "identifierName": "file"
                                                          },
                                                          "name": "file"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3672,
                                                          "end": 3676,
                                                          "loc": {
                                                            "start": {
                                                              "line": 127,
                                                              "column": 22
                                                            },
                                                            "end": {
                                                              "line": 127,
                                                              "column": 26
                                                            },
                                                            "identifierName": "type"
                                                          },
                                                          "name": "type"
                                                        },
                                                        "computed": false
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 3687,
                                                    "end": 3701,
                                                    "loc": {
                                                      "start": {
                                                        "line": 128,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 128,
                                                        "column": 24
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 3687,
                                                      "end": 3701,
                                                      "loc": {
                                                        "start": {
                                                          "line": 128,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 128,
                                                          "column": 24
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 3687,
                                                        "end": 3690,
                                                        "loc": {
                                                          "start": {
                                                            "line": 128,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 128,
                                                            "column": 13
                                                          },
                                                          "identifierName": "url"
                                                        },
                                                        "name": "url"
                                                      },
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "start": 3693,
                                                        "end": 3701,
                                                        "loc": {
                                                          "start": {
                                                            "line": 128,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 128,
                                                            "column": 24
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3693,
                                                          "end": 3697,
                                                          "loc": {
                                                            "start": {
                                                              "line": 128,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 128,
                                                              "column": 20
                                                            },
                                                            "identifierName": "file"
                                                          },
                                                          "name": "file"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3698,
                                                          "end": 3701,
                                                          "loc": {
                                                            "start": {
                                                              "line": 128,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 128,
                                                              "column": 24
                                                            },
                                                            "identifierName": "url"
                                                          },
                                                          "name": "url"
                                                        },
                                                        "computed": false
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 3712,
                                                    "end": 3734,
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 32
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 3712,
                                                      "end": 3734,
                                                      "loc": {
                                                        "start": {
                                                          "line": 129,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 129,
                                                          "column": 32
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 3712,
                                                        "end": 3715,
                                                        "loc": {
                                                          "start": {
                                                            "line": 129,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 129,
                                                            "column": 13
                                                          },
                                                          "identifierName": "obj"
                                                        },
                                                        "name": "obj"
                                                      },
                                                      "right": {
                                                        "type": "LogicalExpression",
                                                        "start": 3718,
                                                        "end": 3734,
                                                        "loc": {
                                                          "start": {
                                                            "line": 129,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 129,
                                                            "column": 32
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 3718,
                                                          "end": 3726,
                                                          "loc": {
                                                            "start": {
                                                              "line": 129,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 129,
                                                              "column": 24
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3718,
                                                            "end": 3722,
                                                            "loc": {
                                                              "start": {
                                                                "line": 129,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 129,
                                                                "column": 20
                                                              },
                                                              "identifierName": "file"
                                                            },
                                                            "name": "file"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3723,
                                                            "end": 3726,
                                                            "loc": {
                                                              "start": {
                                                                "line": 129,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 129,
                                                                "column": 24
                                                              },
                                                              "identifierName": "obj"
                                                            },
                                                            "name": "obj"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "||",
                                                        "right": {
                                                          "type": "NullLiteral",
                                                          "start": 3730,
                                                          "end": 3734,
                                                          "loc": {
                                                            "start": {
                                                              "line": 129,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 129,
                                                              "column": 32
                                                            }
                                                          }
                                                        }
                                                      }
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            },
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 3753,
                                              "end": 3848,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 103
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 3757,
                                                  "end": 3848,
                                                  "loc": {
                                                    "start": {
                                                      "line": 131,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 131,
                                                      "column": 103
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 3757,
                                                    "end": 3763,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 18
                                                      },
                                                      "identifierName": "loader"
                                                    },
                                                    "name": "loader"
                                                  },
                                                  "init": {
                                                    "type": "MemberExpression",
                                                    "start": 3766,
                                                    "end": 3848,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 103
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 3766,
                                                      "end": 3770,
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "BinaryExpression",
                                                      "start": 3772,
                                                      "end": 3846,
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 101
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "BinaryExpression",
                                                        "start": 3772,
                                                        "end": 3814,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 69
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "StringLiteral",
                                                          "start": 3772,
                                                          "end": 3781,
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 36
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "preload",
                                                            "raw": "'preload'"
                                                          },
                                                          "value": "preload"
                                                        },
                                                        "operator": "+",
                                                        "right": {
                                                          "type": "CallExpression",
                                                          "start": 3784,
                                                          "end": 3814,
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 69
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 3784,
                                                            "end": 3812,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 67
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "CallExpression",
                                                              "start": 3784,
                                                              "end": 3800,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 39
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 55
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 3784,
                                                                "end": 3795,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 39
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3784,
                                                                  "end": 3788,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 131,
                                                                      "column": 39
                                                                    },
                                                                    "end": {
                                                                      "line": 131,
                                                                      "column": 43
                                                                    },
                                                                    "identifierName": "type"
                                                                  },
                                                                  "name": "type"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3789,
                                                                  "end": 3795,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 131,
                                                                      "column": 44
                                                                    },
                                                                    "end": {
                                                                      "line": 131,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "charAt"
                                                                  },
                                                                  "name": "charAt"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "NumericLiteral",
                                                                  "start": 3797,
                                                                  "end": 3798,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 131,
                                                                      "column": 52
                                                                    },
                                                                    "end": {
                                                                      "line": 131,
                                                                      "column": 53
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "rawValue": 0,
                                                                    "raw": "0"
                                                                  },
                                                                  "value": 0
                                                                }
                                                              ]
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3801,
                                                              "end": 3812,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 67
                                                                },
                                                                "identifierName": "toUpperCase"
                                                              },
                                                              "name": "toUpperCase"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        }
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 3817,
                                                        "end": 3846,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 72
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 101
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3817,
                                                          "end": 3844,
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 99
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "start": 3817,
                                                            "end": 3832,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 72
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 87
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 3817,
                                                              "end": 3827,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 72
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 82
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 3817,
                                                                "end": 3821,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 72
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 76
                                                                  },
                                                                  "identifierName": "type"
                                                                },
                                                                "name": "type"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3822,
                                                                "end": 3827,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 77
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 82
                                                                  },
                                                                  "identifierName": "slice"
                                                                },
                                                                "name": "slice"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "NumericLiteral",
                                                                "start": 3829,
                                                                "end": 3830,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 84
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 85
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 1,
                                                                  "raw": "1"
                                                                },
                                                                "value": 1
                                                              }
                                                            ]
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3833,
                                                            "end": 3844,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 88
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 99
                                                              },
                                                              "identifierName": "toLowerCase"
                                                            },
                                                            "name": "toLowerCase"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      }
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              ],
                                              "kind": "let"
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 3857,
                                              "end": 4106,
                                              "loc": {
                                                "start": {
                                                  "line": 132,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 13
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 3857,
                                                "end": 4106,
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 13
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 3857,
                                                  "end": 4026,
                                                  "loc": {
                                                    "start": {
                                                      "line": 132,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 16
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 3857,
                                                    "end": 4009,
                                                    "loc": {
                                                      "start": {
                                                        "line": 132,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 136,
                                                        "column": 13
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 3857,
                                                      "end": 3906,
                                                      "loc": {
                                                        "start": {
                                                          "line": 132,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 133,
                                                          "column": 15
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "start": 3857,
                                                        "end": 3890,
                                                        "loc": {
                                                          "start": {
                                                            "line": 132,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 132,
                                                            "column": 41
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3857,
                                                          "end": 3868,
                                                          "loc": {
                                                            "start": {
                                                              "line": 132,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 19
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3857,
                                                            "end": 3863,
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 14
                                                              },
                                                              "identifierName": "loader"
                                                            },
                                                            "name": "loader"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3864,
                                                            "end": 3868,
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 19
                                                              },
                                                              "identifierName": "call"
                                                            },
                                                            "name": "call"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ThisExpression",
                                                            "start": 3870,
                                                            "end": 3874,
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 3876,
                                                            "end": 3878,
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 27
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 29
                                                              },
                                                              "identifierName": "id"
                                                            },
                                                            "name": "id"
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 3880,
                                                            "end": 3883,
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 34
                                                              },
                                                              "identifierName": "url"
                                                            },
                                                            "name": "url"
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 3885,
                                                            "end": 3888,
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 39
                                                              },
                                                              "identifierName": "obj"
                                                            },
                                                            "name": "obj"
                                                          }
                                                        ]
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3902,
                                                        "end": 3906,
                                                        "loc": {
                                                          "start": {
                                                            "line": 133,
                                                            "column": 11
                                                          },
                                                          "end": {
                                                            "line": 133,
                                                            "column": 15
                                                          },
                                                          "identifierName": "then"
                                                        },
                                                        "name": "then"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "start": 3908,
                                                        "end": 4007,
                                                        "loc": {
                                                          "start": {
                                                            "line": 133,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 136,
                                                            "column": 11
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": false,
                                                        "async": false,
                                                        "params": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 3910,
                                                            "end": 3914,
                                                            "loc": {
                                                              "start": {
                                                                "line": 133,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 133,
                                                                "column": 23
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          }
                                                        ],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "start": 3920,
                                                          "end": 4007,
                                                          "loc": {
                                                            "start": {
                                                              "line": 133,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 136,
                                                              "column": 11
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 3934,
                                                              "end": 3942,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 134,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 134,
                                                                  "column": 20
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "UpdateExpression",
                                                                "start": 3934,
                                                                "end": 3942,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 134,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 134,
                                                                    "column": 20
                                                                  }
                                                                },
                                                                "operator": "++",
                                                                "prefix": false,
                                                                "argument": {
                                                                  "type": "Identifier",
                                                                  "start": 3934,
                                                                  "end": 3940,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 134,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 134,
                                                                      "column": 18
                                                                    },
                                                                    "identifierName": "loaded"
                                                                  },
                                                                  "name": "loaded"
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 3955,
                                                              "end": 3995,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 135,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 135,
                                                                  "column": 52
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "CallExpression",
                                                                "start": 3955,
                                                                "end": 3995,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 135,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 135,
                                                                    "column": 52
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "Identifier",
                                                                  "start": 3955,
                                                                  "end": 3962,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 135,
                                                                      "column": 19
                                                                    },
                                                                    "identifierName": "process"
                                                                  },
                                                                  "name": "process"
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "NullLiteral",
                                                                    "start": 3964,
                                                                    "end": 3968,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 21
                                                                      },
                                                                      "end": {
                                                                        "line": 135,
                                                                        "column": 25
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 3970,
                                                                    "end": 3972,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 27
                                                                      },
                                                                      "end": {
                                                                        "line": 135,
                                                                        "column": 29
                                                                      },
                                                                      "identifierName": "id"
                                                                    },
                                                                    "name": "id"
                                                                  },
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 3974,
                                                                    "end": 3978,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 31
                                                                      },
                                                                      "end": {
                                                                        "line": 135,
                                                                        "column": 35
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 3980,
                                                                    "end": 3986,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 37
                                                                      },
                                                                      "end": {
                                                                        "line": 135,
                                                                        "column": 43
                                                                      },
                                                                      "identifierName": "loaded"
                                                                    },
                                                                    "name": "loaded"
                                                                  },
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 3988,
                                                                    "end": 3993,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 45
                                                                      },
                                                                      "end": {
                                                                        "line": 135,
                                                                        "column": 50
                                                                      },
                                                                      "identifierName": "total"
                                                                    },
                                                                    "name": "total"
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        }
                                                      }
                                                    ]
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4021,
                                                    "end": 4026,
                                                    "loc": {
                                                      "start": {
                                                        "line": 137,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 137,
                                                        "column": 16
                                                      },
                                                      "identifierName": "catch"
                                                    },
                                                    "name": "catch"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 4028,
                                                    "end": 4104,
                                                    "loc": {
                                                      "start": {
                                                        "line": 137,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 11
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 4030,
                                                        "end": 4033,
                                                        "loc": {
                                                          "start": {
                                                            "line": 137,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 137,
                                                            "column": 23
                                                          },
                                                          "identifierName": "err"
                                                        },
                                                        "name": "err"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 4039,
                                                      "end": 4104,
                                                      "loc": {
                                                        "start": {
                                                          "line": 137,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 139,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 4053,
                                                          "end": 4092,
                                                          "loc": {
                                                            "start": {
                                                              "line": 138,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 138,
                                                              "column": 51
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 4053,
                                                            "end": 4092,
                                                            "loc": {
                                                              "start": {
                                                                "line": 138,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 138,
                                                                "column": 51
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "start": 4053,
                                                              "end": 4060,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 138,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 138,
                                                                  "column": 19
                                                                },
                                                                "identifierName": "process"
                                                              },
                                                              "name": "process"
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 4062,
                                                                "end": 4065,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 138,
                                                                    "column": 21
                                                                  },
                                                                  "end": {
                                                                    "line": 138,
                                                                    "column": 24
                                                                  },
                                                                  "identifierName": "err"
                                                                },
                                                                "name": "err"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 4067,
                                                                "end": 4069,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 138,
                                                                    "column": 26
                                                                  },
                                                                  "end": {
                                                                    "line": 138,
                                                                    "column": 28
                                                                  },
                                                                  "identifierName": "id"
                                                                },
                                                                "name": "id"
                                                              },
                                                              {
                                                                "type": "NullLiteral",
                                                                "start": 4071,
                                                                "end": 4075,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 138,
                                                                    "column": 30
                                                                  },
                                                                  "end": {
                                                                    "line": 138,
                                                                    "column": 34
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 4077,
                                                                "end": 4083,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 138,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 138,
                                                                    "column": 42
                                                                  },
                                                                  "identifierName": "loaded"
                                                                },
                                                                "name": "loaded"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 4085,
                                                                "end": 4090,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 138,
                                                                    "column": 44
                                                                  },
                                                                  "end": {
                                                                    "line": 138,
                                                                    "column": 49
                                                                  },
                                                                  "identifierName": "total"
                                                                },
                                                                "name": "total"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Load a list of files\n   * @param {Object} files Contains a list of files to load with the following structure: { \"file1\": \"url1\", \"file2\": \"url2\" } or { \"file1\": { type: \"image|audio|file\", url: \"url1\", obj: objectLoader|null } }\n   * @param {Function} progress A callback function with the parameters: \"err, id, data, loaded, total\"\n   * @return {Promise} Returns a promise which is resolved upon loading all files, doesn't matter if they failed or not\n   ",
                    "start": 2549,
                    "end": 3017,
                    "loc": {
                      "start": {
                        "line": 96,
                        "column": 2
                      },
                      "end": {
                        "line": 101,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the cache containing the preloaded files\n   * @return {Object}\n   ",
                    "start": 4132,
                    "end": 4217,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 2
                      },
                      "end": {
                        "line": 147,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4220,
                "end": 4261,
                "loc": {
                  "start": {
                    "line": 148,
                    "column": 2
                  },
                  "end": {
                    "line": 150,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4220,
                  "end": 4228,
                  "loc": {
                    "start": {
                      "line": 148,
                      "column": 2
                    },
                    "end": {
                      "line": 148,
                      "column": 10
                    },
                    "identifierName": "getCache"
                  },
                  "name": "getCache",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4232,
                  "end": 4261,
                  "loc": {
                    "start": {
                      "line": 148,
                      "column": 14
                    },
                    "end": {
                      "line": 150,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4238,
                      "end": 4257,
                      "loc": {
                        "start": {
                          "line": 149,
                          "column": 4
                        },
                        "end": {
                          "line": 149,
                          "column": 23
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 4245,
                        "end": 4257,
                        "loc": {
                          "start": {
                            "line": 149,
                            "column": 11
                          },
                          "end": {
                            "line": 149,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4245,
                          "end": 4249,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 11
                            },
                            "end": {
                              "line": 149,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4250,
                          "end": 4257,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 16
                            },
                            "end": {
                              "line": 149,
                              "column": 23
                            },
                            "identifierName": "__cache"
                          },
                          "name": "__cache"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the cache containing the preloaded files\n   * @return {Object}\n   ",
                    "start": 4132,
                    "end": 4217,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 2
                      },
                      "end": {
                        "line": 147,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns a load file by id\n   * @param {String} id\n   * @return {Object}\n   ",
                    "start": 4265,
                    "end": 4351,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 2
                      },
                      "end": {
                        "line": 156,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4354,
                "end": 4400,
                "loc": {
                  "start": {
                    "line": 157,
                    "column": 2
                  },
                  "end": {
                    "line": 159,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4354,
                  "end": 4357,
                  "loc": {
                    "start": {
                      "line": 157,
                      "column": 2
                    },
                    "end": {
                      "line": 157,
                      "column": 5
                    },
                    "identifierName": "get"
                  },
                  "name": "get",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4360,
                    "end": 4362,
                    "loc": {
                      "start": {
                        "line": 157,
                        "column": 8
                      },
                      "end": {
                        "line": 157,
                        "column": 10
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4365,
                  "end": 4400,
                  "loc": {
                    "start": {
                      "line": 157,
                      "column": 13
                    },
                    "end": {
                      "line": 159,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4371,
                      "end": 4396,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 4
                        },
                        "end": {
                          "line": 158,
                          "column": 29
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 4378,
                        "end": 4396,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 11
                          },
                          "end": {
                            "line": 158,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4378,
                          "end": 4390,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 11
                            },
                            "end": {
                              "line": 158,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4378,
                            "end": 4382,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 11
                              },
                              "end": {
                                "line": 158,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4383,
                            "end": 4390,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 16
                              },
                              "end": {
                                "line": 158,
                                "column": 23
                              },
                              "identifierName": "__cache"
                            },
                            "name": "__cache"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4392,
                          "end": 4394,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 25
                            },
                            "end": {
                              "line": 158,
                              "column": 27
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "computed": true
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns a load file by id\n   * @param {String} id\n   * @return {Object}\n   ",
                    "start": 4265,
                    "end": 4351,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 2
                      },
                      "end": {
                        "line": 156,
                        "column": 5
                      }
                    }
                  }
                ]
              }
            ],
            "trailingComments": null
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * The Loader class is used to preload files\n ",
              "start": 133,
              "end": 185,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 0
                },
                "end": {
                  "line": 10,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Returns a singleton of the Loader\n ",
              "start": 4404,
              "end": 4448,
              "loc": {
                "start": {
                  "line": 162,
                  "column": 0
                },
                "end": {
                  "line": 164,
                  "column": 3
                }
              }
            }
          ],
          "__PseudoExport__": true
        },
        "leadingComments": null
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 44,
        "end": 56,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 12
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 44,
          "end": 56,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          },
          "leadingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": " globals XMLHttpRequest, Image, Audio ",
            "start": 0,
            "end": 42,
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 1,
                "column": 42
              }
            }
          }
        ]
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": " globals XMLHttpRequest, Image, Audio ",
      "start": 0,
      "end": 42,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 42
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * The Loader class is used to preload files\n ",
      "start": 133,
      "end": 185,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates an instance of the Loader class\n   ",
      "start": 203,
      "end": 257,
      "loc": {
        "start": {
          "line": 12,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Contains a cache of files\n     * @type {Object}\n     * @private\n     ",
      "start": 281,
      "end": 363,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Create a new instance of the Loader\n   * @return {Loader} The new Loader instance\n   ",
      "start": 393,
      "end": 489,
      "loc": {
        "start": {
          "line": 24,
          "column": 2
        },
        "end": {
          "line": 27,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Preload an image\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The image url to load\n   * @param {Image} image The image oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
      "start": 535,
      "end": 844,
      "loc": {
        "start": {
          "line": 32,
          "column": 2
        },
        "end": {
          "line": 38,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Preload an audio file\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The audio url to load\n   * @param {Audio} audio The audio oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
      "start": 1169,
      "end": 1483,
      "loc": {
        "start": {
          "line": 53,
          "column": 2
        },
        "end": {
          "line": 59,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Preload a file using HTTPRequest\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The file url to load\n   * @param {XMLHttpRequest} request The xhr oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
      "start": 1840,
      "end": 2173,
      "loc": {
        "start": {
          "line": 74,
          "column": 2
        },
        "end": {
          "line": 80,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Load a list of files\n   * @param {Object} files Contains a list of files to load with the following structure: { \"file1\": \"url1\", \"file2\": \"url2\" } or { \"file1\": { type: \"image|audio|file\", url: \"url1\", obj: objectLoader|null } }\n   * @param {Function} progress A callback function with the parameters: \"err, id, data, loaded, total\"\n   * @return {Promise} Returns a promise which is resolved upon loading all files, doesn't matter if they failed or not\n   ",
      "start": 2549,
      "end": 3017,
      "loc": {
        "start": {
          "line": 96,
          "column": 2
        },
        "end": {
          "line": 101,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the cache containing the preloaded files\n   * @return {Object}\n   ",
      "start": 4132,
      "end": 4217,
      "loc": {
        "start": {
          "line": 144,
          "column": 2
        },
        "end": {
          "line": 147,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns a load file by id\n   * @param {String} id\n   * @return {Object}\n   ",
      "start": 4265,
      "end": 4351,
      "loc": {
        "start": {
          "line": 152,
          "column": 2
        },
        "end": {
          "line": 156,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Returns a singleton of the Loader\n ",
      "start": 4404,
      "end": 4448,
      "loc": {
        "start": {
          "line": 162,
          "column": 0
        },
        "end": {
          "line": 164,
          "column": 3
        }
      }
    }
  ],
  "tokens": [
    {
      "type": "CommentBlock",
      "value": " globals XMLHttpRequest, Image, Audio ",
      "start": 0,
      "end": 42,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 44,
      "end": 56,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 58,
      "end": 64,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 65,
      "end": 66,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loop",
      "start": 67,
      "end": 71,
      "loc": {
        "start": {
          "line": 5,
          "column": 9
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 72,
      "end": 73,
      "loc": {
        "start": {
          "line": 5,
          "column": 14
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 74,
      "end": 78,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./loop.js",
      "start": 79,
      "end": 90,
      "loc": {
        "start": {
          "line": 5,
          "column": 21
        },
        "end": {
          "line": 5,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 91,
      "end": 97,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 98,
      "end": 99,
      "loc": {
        "start": {
          "line": 6,
          "column": 7
        },
        "end": {
          "line": 6,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isObject",
      "start": 100,
      "end": 108,
      "loc": {
        "start": {
          "line": 6,
          "column": 9
        },
        "end": {
          "line": 6,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 109,
      "end": 110,
      "loc": {
        "start": {
          "line": 6,
          "column": 18
        },
        "end": {
          "line": 6,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 111,
      "end": 115,
      "loc": {
        "start": {
          "line": 6,
          "column": 20
        },
        "end": {
          "line": 6,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./isobject.js",
      "start": 116,
      "end": 131,
      "loc": {
        "start": {
          "line": 6,
          "column": 25
        },
        "end": {
          "line": 6,
          "column": 40
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * The Loader class is used to preload files\n ",
      "start": 133,
      "end": 185,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 186,
      "end": 191,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Loader",
      "start": 192,
      "end": 198,
      "loc": {
        "start": {
          "line": 11,
          "column": 6
        },
        "end": {
          "line": 11,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 199,
      "end": 200,
      "loc": {
        "start": {
          "line": 11,
          "column": 13
        },
        "end": {
          "line": 11,
          "column": 14
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates an instance of the Loader class\n   ",
      "start": 203,
      "end": 257,
      "loc": {
        "start": {
          "line": 12,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 260,
      "end": 271,
      "loc": {
        "start": {
          "line": 15,
          "column": 2
        },
        "end": {
          "line": 15,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 272,
      "end": 273,
      "loc": {
        "start": {
          "line": 15,
          "column": 14
        },
        "end": {
          "line": 15,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 273,
      "end": 274,
      "loc": {
        "start": {
          "line": 15,
          "column": 15
        },
        "end": {
          "line": 15,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 275,
      "end": 276,
      "loc": {
        "start": {
          "line": 15,
          "column": 17
        },
        "end": {
          "line": 15,
          "column": 18
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Contains a cache of files\n     * @type {Object}\n     * @private\n     ",
      "start": 281,
      "end": 363,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 368,
      "end": 372,
      "loc": {
        "start": {
          "line": 21,
          "column": 4
        },
        "end": {
          "line": 21,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 372,
      "end": 373,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__cache",
      "start": 373,
      "end": 380,
      "loc": {
        "start": {
          "line": 21,
          "column": 9
        },
        "end": {
          "line": 21,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 381,
      "end": 382,
      "loc": {
        "start": {
          "line": 21,
          "column": 17
        },
        "end": {
          "line": 21,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 383,
      "end": 384,
      "loc": {
        "start": {
          "line": 21,
          "column": 19
        },
        "end": {
          "line": 21,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 384,
      "end": 385,
      "loc": {
        "start": {
          "line": 21,
          "column": 20
        },
        "end": {
          "line": 21,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 388,
      "end": 389,
      "loc": {
        "start": {
          "line": 22,
          "column": 2
        },
        "end": {
          "line": 22,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Create a new instance of the Loader\n   * @return {Loader} The new Loader instance\n   ",
      "start": 393,
      "end": 489,
      "loc": {
        "start": {
          "line": 24,
          "column": 2
        },
        "end": {
          "line": 27,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "create",
      "start": 492,
      "end": 498,
      "loc": {
        "start": {
          "line": 28,
          "column": 2
        },
        "end": {
          "line": 28,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 499,
      "end": 500,
      "loc": {
        "start": {
          "line": 28,
          "column": 9
        },
        "end": {
          "line": 28,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 500,
      "end": 501,
      "loc": {
        "start": {
          "line": 28,
          "column": 10
        },
        "end": {
          "line": 28,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 502,
      "end": 503,
      "loc": {
        "start": {
          "line": 28,
          "column": 12
        },
        "end": {
          "line": 28,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 508,
      "end": 514,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 515,
      "end": 518,
      "loc": {
        "start": {
          "line": 29,
          "column": 11
        },
        "end": {
          "line": 29,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Loader",
      "start": 519,
      "end": 525,
      "loc": {
        "start": {
          "line": 29,
          "column": 15
        },
        "end": {
          "line": 29,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 525,
      "end": 526,
      "loc": {
        "start": {
          "line": 29,
          "column": 21
        },
        "end": {
          "line": 29,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 526,
      "end": 527,
      "loc": {
        "start": {
          "line": 29,
          "column": 22
        },
        "end": {
          "line": 29,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 530,
      "end": 531,
      "loc": {
        "start": {
          "line": 30,
          "column": 2
        },
        "end": {
          "line": 30,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Preload an image\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The image url to load\n   * @param {Image} image The image oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
      "start": 535,
      "end": 844,
      "loc": {
        "start": {
          "line": 32,
          "column": 2
        },
        "end": {
          "line": 38,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preloadImage",
      "start": 847,
      "end": 859,
      "loc": {
        "start": {
          "line": 39,
          "column": 2
        },
        "end": {
          "line": 39,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 860,
      "end": 861,
      "loc": {
        "start": {
          "line": 39,
          "column": 15
        },
        "end": {
          "line": 39,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 862,
      "end": 864,
      "loc": {
        "start": {
          "line": 39,
          "column": 17
        },
        "end": {
          "line": 39,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 864,
      "end": 865,
      "loc": {
        "start": {
          "line": 39,
          "column": 19
        },
        "end": {
          "line": 39,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 866,
      "end": 869,
      "loc": {
        "start": {
          "line": 39,
          "column": 21
        },
        "end": {
          "line": 39,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 869,
      "end": 870,
      "loc": {
        "start": {
          "line": 39,
          "column": 24
        },
        "end": {
          "line": 39,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "image",
      "start": 871,
      "end": 876,
      "loc": {
        "start": {
          "line": 39,
          "column": 26
        },
        "end": {
          "line": 39,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 877,
      "end": 878,
      "loc": {
        "start": {
          "line": 39,
          "column": 32
        },
        "end": {
          "line": 39,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 879,
      "end": 880,
      "loc": {
        "start": {
          "line": 39,
          "column": 34
        },
        "end": {
          "line": 39,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 885,
      "end": 888,
      "loc": {
        "start": {
          "line": 40,
          "column": 4
        },
        "end": {
          "line": 40,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "img",
      "start": 889,
      "end": 892,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 893,
      "end": 894,
      "loc": {
        "start": {
          "line": 40,
          "column": 12
        },
        "end": {
          "line": 40,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "image",
      "start": 895,
      "end": 900,
      "loc": {
        "start": {
          "line": 40,
          "column": 14
        },
        "end": {
          "line": 40,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 901,
      "end": 903,
      "loc": {
        "start": {
          "line": 40,
          "column": 20
        },
        "end": {
          "line": 40,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 904,
      "end": 907,
      "loc": {
        "start": {
          "line": 40,
          "column": 23
        },
        "end": {
          "line": 40,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Image",
      "start": 908,
      "end": 913,
      "loc": {
        "start": {
          "line": 40,
          "column": 27
        },
        "end": {
          "line": 40,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 913,
      "end": 914,
      "loc": {
        "start": {
          "line": 40,
          "column": 32
        },
        "end": {
          "line": 40,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 914,
      "end": 915,
      "loc": {
        "start": {
          "line": 40,
          "column": 33
        },
        "end": {
          "line": 40,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 920,
      "end": 926,
      "loc": {
        "start": {
          "line": 41,
          "column": 4
        },
        "end": {
          "line": 41,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 927,
      "end": 930,
      "loc": {
        "start": {
          "line": 41,
          "column": 11
        },
        "end": {
          "line": 41,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 931,
      "end": 938,
      "loc": {
        "start": {
          "line": 41,
          "column": 15
        },
        "end": {
          "line": 41,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 938,
      "end": 939,
      "loc": {
        "start": {
          "line": 41,
          "column": 22
        },
        "end": {
          "line": 41,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 940,
      "end": 941,
      "loc": {
        "start": {
          "line": 41,
          "column": 24
        },
        "end": {
          "line": 41,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 942,
      "end": 949,
      "loc": {
        "start": {
          "line": 41,
          "column": 26
        },
        "end": {
          "line": 41,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 949,
      "end": 950,
      "loc": {
        "start": {
          "line": 41,
          "column": 33
        },
        "end": {
          "line": 41,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 951,
      "end": 957,
      "loc": {
        "start": {
          "line": 41,
          "column": 35
        },
        "end": {
          "line": 41,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 958,
      "end": 959,
      "loc": {
        "start": {
          "line": 41,
          "column": 42
        },
        "end": {
          "line": 41,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 960,
      "end": 962,
      "loc": {
        "start": {
          "line": 41,
          "column": 44
        },
        "end": {
          "line": 41,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 963,
      "end": 964,
      "loc": {
        "start": {
          "line": 41,
          "column": 47
        },
        "end": {
          "line": 41,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "img",
      "start": 971,
      "end": 974,
      "loc": {
        "start": {
          "line": 42,
          "column": 6
        },
        "end": {
          "line": 42,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 974,
      "end": 975,
      "loc": {
        "start": {
          "line": 42,
          "column": 9
        },
        "end": {
          "line": 42,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onload",
      "start": 975,
      "end": 981,
      "loc": {
        "start": {
          "line": 42,
          "column": 10
        },
        "end": {
          "line": 42,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 982,
      "end": 983,
      "loc": {
        "start": {
          "line": 42,
          "column": 17
        },
        "end": {
          "line": 42,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 984,
      "end": 985,
      "loc": {
        "start": {
          "line": 42,
          "column": 19
        },
        "end": {
          "line": 42,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 985,
      "end": 986,
      "loc": {
        "start": {
          "line": 42,
          "column": 20
        },
        "end": {
          "line": 42,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 987,
      "end": 989,
      "loc": {
        "start": {
          "line": 42,
          "column": 22
        },
        "end": {
          "line": 42,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 990,
      "end": 991,
      "loc": {
        "start": {
          "line": 42,
          "column": 25
        },
        "end": {
          "line": 42,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1000,
      "end": 1004,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1004,
      "end": 1005,
      "loc": {
        "start": {
          "line": 43,
          "column": 12
        },
        "end": {
          "line": 43,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__cache",
      "start": 1005,
      "end": 1012,
      "loc": {
        "start": {
          "line": 43,
          "column": 13
        },
        "end": {
          "line": 43,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1012,
      "end": 1013,
      "loc": {
        "start": {
          "line": 43,
          "column": 20
        },
        "end": {
          "line": 43,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1014,
      "end": 1016,
      "loc": {
        "start": {
          "line": 43,
          "column": 22
        },
        "end": {
          "line": 43,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1017,
      "end": 1018,
      "loc": {
        "start": {
          "line": 43,
          "column": 25
        },
        "end": {
          "line": 43,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1019,
      "end": 1020,
      "loc": {
        "start": {
          "line": 43,
          "column": 27
        },
        "end": {
          "line": 43,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "img",
      "start": 1021,
      "end": 1024,
      "loc": {
        "start": {
          "line": 43,
          "column": 29
        },
        "end": {
          "line": 43,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1033,
      "end": 1040,
      "loc": {
        "start": {
          "line": 44,
          "column": 8
        },
        "end": {
          "line": 44,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1040,
      "end": 1041,
      "loc": {
        "start": {
          "line": 44,
          "column": 15
        },
        "end": {
          "line": 44,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1042,
      "end": 1046,
      "loc": {
        "start": {
          "line": 44,
          "column": 17
        },
        "end": {
          "line": 44,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1046,
      "end": 1047,
      "loc": {
        "start": {
          "line": 44,
          "column": 21
        },
        "end": {
          "line": 44,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__cache",
      "start": 1047,
      "end": 1054,
      "loc": {
        "start": {
          "line": 44,
          "column": 22
        },
        "end": {
          "line": 44,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1054,
      "end": 1055,
      "loc": {
        "start": {
          "line": 44,
          "column": 29
        },
        "end": {
          "line": 44,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1056,
      "end": 1058,
      "loc": {
        "start": {
          "line": 44,
          "column": 31
        },
        "end": {
          "line": 44,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1059,
      "end": 1060,
      "loc": {
        "start": {
          "line": 44,
          "column": 34
        },
        "end": {
          "line": 44,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1061,
      "end": 1062,
      "loc": {
        "start": {
          "line": 44,
          "column": 36
        },
        "end": {
          "line": 44,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1069,
      "end": 1070,
      "loc": {
        "start": {
          "line": 45,
          "column": 6
        },
        "end": {
          "line": 45,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "img",
      "start": 1077,
      "end": 1080,
      "loc": {
        "start": {
          "line": 46,
          "column": 6
        },
        "end": {
          "line": 46,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1080,
      "end": 1081,
      "loc": {
        "start": {
          "line": 46,
          "column": 9
        },
        "end": {
          "line": 46,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onerror",
      "start": 1081,
      "end": 1088,
      "loc": {
        "start": {
          "line": 46,
          "column": 10
        },
        "end": {
          "line": 46,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1089,
      "end": 1090,
      "loc": {
        "start": {
          "line": 46,
          "column": 18
        },
        "end": {
          "line": 46,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1091,
      "end": 1092,
      "loc": {
        "start": {
          "line": 46,
          "column": 20
        },
        "end": {
          "line": 46,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1093,
      "end": 1096,
      "loc": {
        "start": {
          "line": 46,
          "column": 22
        },
        "end": {
          "line": 46,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1097,
      "end": 1098,
      "loc": {
        "start": {
          "line": 46,
          "column": 26
        },
        "end": {
          "line": 46,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1099,
      "end": 1101,
      "loc": {
        "start": {
          "line": 46,
          "column": 28
        },
        "end": {
          "line": 46,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1102,
      "end": 1103,
      "loc": {
        "start": {
          "line": 46,
          "column": 31
        },
        "end": {
          "line": 46,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 1112,
      "end": 1118,
      "loc": {
        "start": {
          "line": 47,
          "column": 8
        },
        "end": {
          "line": 47,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1118,
      "end": 1119,
      "loc": {
        "start": {
          "line": 47,
          "column": 14
        },
        "end": {
          "line": 47,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1120,
      "end": 1123,
      "loc": {
        "start": {
          "line": 47,
          "column": 16
        },
        "end": {
          "line": 47,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1124,
      "end": 1125,
      "loc": {
        "start": {
          "line": 47,
          "column": 20
        },
        "end": {
          "line": 47,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1132,
      "end": 1133,
      "loc": {
        "start": {
          "line": 48,
          "column": 6
        },
        "end": {
          "line": 48,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "img",
      "start": 1140,
      "end": 1143,
      "loc": {
        "start": {
          "line": 49,
          "column": 6
        },
        "end": {
          "line": 49,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1143,
      "end": 1144,
      "loc": {
        "start": {
          "line": 49,
          "column": 9
        },
        "end": {
          "line": 49,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "src",
      "start": 1144,
      "end": 1147,
      "loc": {
        "start": {
          "line": 49,
          "column": 10
        },
        "end": {
          "line": 49,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1148,
      "end": 1149,
      "loc": {
        "start": {
          "line": 49,
          "column": 14
        },
        "end": {
          "line": 49,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 1150,
      "end": 1153,
      "loc": {
        "start": {
          "line": 49,
          "column": 16
        },
        "end": {
          "line": 49,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1158,
      "end": 1159,
      "loc": {
        "start": {
          "line": 50,
          "column": 4
        },
        "end": {
          "line": 50,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1160,
      "end": 1161,
      "loc": {
        "start": {
          "line": 50,
          "column": 6
        },
        "end": {
          "line": 50,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1164,
      "end": 1165,
      "loc": {
        "start": {
          "line": 51,
          "column": 2
        },
        "end": {
          "line": 51,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Preload an audio file\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The audio url to load\n   * @param {Audio} audio The audio oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
      "start": 1169,
      "end": 1483,
      "loc": {
        "start": {
          "line": 53,
          "column": 2
        },
        "end": {
          "line": 59,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preloadAudio",
      "start": 1486,
      "end": 1498,
      "loc": {
        "start": {
          "line": 60,
          "column": 2
        },
        "end": {
          "line": 60,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1499,
      "end": 1500,
      "loc": {
        "start": {
          "line": 60,
          "column": 15
        },
        "end": {
          "line": 60,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1501,
      "end": 1503,
      "loc": {
        "start": {
          "line": 60,
          "column": 17
        },
        "end": {
          "line": 60,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1503,
      "end": 1504,
      "loc": {
        "start": {
          "line": 60,
          "column": 19
        },
        "end": {
          "line": 60,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 1505,
      "end": 1508,
      "loc": {
        "start": {
          "line": 60,
          "column": 21
        },
        "end": {
          "line": 60,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1508,
      "end": 1509,
      "loc": {
        "start": {
          "line": 60,
          "column": 24
        },
        "end": {
          "line": 60,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 1510,
      "end": 1515,
      "loc": {
        "start": {
          "line": 60,
          "column": 26
        },
        "end": {
          "line": 60,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1516,
      "end": 1517,
      "loc": {
        "start": {
          "line": 60,
          "column": 32
        },
        "end": {
          "line": 60,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1518,
      "end": 1519,
      "loc": {
        "start": {
          "line": 60,
          "column": 34
        },
        "end": {
          "line": 60,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1524,
      "end": 1527,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sound",
      "start": 1528,
      "end": 1533,
      "loc": {
        "start": {
          "line": 61,
          "column": 8
        },
        "end": {
          "line": 61,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1534,
      "end": 1535,
      "loc": {
        "start": {
          "line": 61,
          "column": 14
        },
        "end": {
          "line": 61,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 1536,
      "end": 1541,
      "loc": {
        "start": {
          "line": 61,
          "column": 16
        },
        "end": {
          "line": 61,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 1542,
      "end": 1544,
      "loc": {
        "start": {
          "line": 61,
          "column": 22
        },
        "end": {
          "line": 61,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1545,
      "end": 1548,
      "loc": {
        "start": {
          "line": 61,
          "column": 25
        },
        "end": {
          "line": 61,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Audio",
      "start": 1549,
      "end": 1554,
      "loc": {
        "start": {
          "line": 61,
          "column": 29
        },
        "end": {
          "line": 61,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1554,
      "end": 1555,
      "loc": {
        "start": {
          "line": 61,
          "column": 34
        },
        "end": {
          "line": 61,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1555,
      "end": 1556,
      "loc": {
        "start": {
          "line": 61,
          "column": 35
        },
        "end": {
          "line": 61,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1561,
      "end": 1567,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1568,
      "end": 1571,
      "loc": {
        "start": {
          "line": 62,
          "column": 11
        },
        "end": {
          "line": 62,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 1572,
      "end": 1579,
      "loc": {
        "start": {
          "line": 62,
          "column": 15
        },
        "end": {
          "line": 62,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1579,
      "end": 1580,
      "loc": {
        "start": {
          "line": 62,
          "column": 22
        },
        "end": {
          "line": 62,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1581,
      "end": 1582,
      "loc": {
        "start": {
          "line": 62,
          "column": 24
        },
        "end": {
          "line": 62,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1583,
      "end": 1590,
      "loc": {
        "start": {
          "line": 62,
          "column": 26
        },
        "end": {
          "line": 62,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1590,
      "end": 1591,
      "loc": {
        "start": {
          "line": 62,
          "column": 33
        },
        "end": {
          "line": 62,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 1592,
      "end": 1598,
      "loc": {
        "start": {
          "line": 62,
          "column": 35
        },
        "end": {
          "line": 62,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1599,
      "end": 1600,
      "loc": {
        "start": {
          "line": 62,
          "column": 42
        },
        "end": {
          "line": 62,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1601,
      "end": 1603,
      "loc": {
        "start": {
          "line": 62,
          "column": 44
        },
        "end": {
          "line": 62,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1604,
      "end": 1605,
      "loc": {
        "start": {
          "line": 62,
          "column": 47
        },
        "end": {
          "line": 62,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sound",
      "start": 1612,
      "end": 1617,
      "loc": {
        "start": {
          "line": 63,
          "column": 6
        },
        "end": {
          "line": 63,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1617,
      "end": 1618,
      "loc": {
        "start": {
          "line": 63,
          "column": 11
        },
        "end": {
          "line": 63,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addEventListener",
      "start": 1618,
      "end": 1634,
      "loc": {
        "start": {
          "line": 63,
          "column": 12
        },
        "end": {
          "line": 63,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1634,
      "end": 1635,
      "loc": {
        "start": {
          "line": 63,
          "column": 28
        },
        "end": {
          "line": 63,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "canplay",
      "start": 1636,
      "end": 1645,
      "loc": {
        "start": {
          "line": 63,
          "column": 30
        },
        "end": {
          "line": 63,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1645,
      "end": 1646,
      "loc": {
        "start": {
          "line": 63,
          "column": 39
        },
        "end": {
          "line": 63,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1647,
      "end": 1648,
      "loc": {
        "start": {
          "line": 63,
          "column": 41
        },
        "end": {
          "line": 63,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1648,
      "end": 1649,
      "loc": {
        "start": {
          "line": 63,
          "column": 42
        },
        "end": {
          "line": 63,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1650,
      "end": 1652,
      "loc": {
        "start": {
          "line": 63,
          "column": 44
        },
        "end": {
          "line": 63,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1653,
      "end": 1654,
      "loc": {
        "start": {
          "line": 63,
          "column": 47
        },
        "end": {
          "line": 63,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1663,
      "end": 1667,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1667,
      "end": 1668,
      "loc": {
        "start": {
          "line": 64,
          "column": 12
        },
        "end": {
          "line": 64,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__cache",
      "start": 1668,
      "end": 1675,
      "loc": {
        "start": {
          "line": 64,
          "column": 13
        },
        "end": {
          "line": 64,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1675,
      "end": 1676,
      "loc": {
        "start": {
          "line": 64,
          "column": 20
        },
        "end": {
          "line": 64,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1677,
      "end": 1679,
      "loc": {
        "start": {
          "line": 64,
          "column": 22
        },
        "end": {
          "line": 64,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1680,
      "end": 1681,
      "loc": {
        "start": {
          "line": 64,
          "column": 25
        },
        "end": {
          "line": 64,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1682,
      "end": 1683,
      "loc": {
        "start": {
          "line": 64,
          "column": 27
        },
        "end": {
          "line": 64,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sound",
      "start": 1684,
      "end": 1689,
      "loc": {
        "start": {
          "line": 64,
          "column": 29
        },
        "end": {
          "line": 64,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1698,
      "end": 1705,
      "loc": {
        "start": {
          "line": 65,
          "column": 8
        },
        "end": {
          "line": 65,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1705,
      "end": 1706,
      "loc": {
        "start": {
          "line": 65,
          "column": 15
        },
        "end": {
          "line": 65,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1707,
      "end": 1711,
      "loc": {
        "start": {
          "line": 65,
          "column": 17
        },
        "end": {
          "line": 65,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1711,
      "end": 1712,
      "loc": {
        "start": {
          "line": 65,
          "column": 21
        },
        "end": {
          "line": 65,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__cache",
      "start": 1712,
      "end": 1719,
      "loc": {
        "start": {
          "line": 65,
          "column": 22
        },
        "end": {
          "line": 65,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1719,
      "end": 1720,
      "loc": {
        "start": {
          "line": 65,
          "column": 29
        },
        "end": {
          "line": 65,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1721,
      "end": 1723,
      "loc": {
        "start": {
          "line": 65,
          "column": 31
        },
        "end": {
          "line": 65,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1724,
      "end": 1725,
      "loc": {
        "start": {
          "line": 65,
          "column": 34
        },
        "end": {
          "line": 65,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1726,
      "end": 1727,
      "loc": {
        "start": {
          "line": 65,
          "column": 36
        },
        "end": {
          "line": 65,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1734,
      "end": 1735,
      "loc": {
        "start": {
          "line": 66,
          "column": 6
        },
        "end": {
          "line": 66,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1736,
      "end": 1737,
      "loc": {
        "start": {
          "line": 66,
          "column": 8
        },
        "end": {
          "line": 66,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sound",
      "start": 1744,
      "end": 1749,
      "loc": {
        "start": {
          "line": 67,
          "column": 6
        },
        "end": {
          "line": 67,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1749,
      "end": 1750,
      "loc": {
        "start": {
          "line": 67,
          "column": 11
        },
        "end": {
          "line": 67,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onerror",
      "start": 1750,
      "end": 1757,
      "loc": {
        "start": {
          "line": 67,
          "column": 12
        },
        "end": {
          "line": 67,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1758,
      "end": 1759,
      "loc": {
        "start": {
          "line": 67,
          "column": 20
        },
        "end": {
          "line": 67,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1760,
      "end": 1761,
      "loc": {
        "start": {
          "line": 67,
          "column": 22
        },
        "end": {
          "line": 67,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1762,
      "end": 1765,
      "loc": {
        "start": {
          "line": 67,
          "column": 24
        },
        "end": {
          "line": 67,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1766,
      "end": 1767,
      "loc": {
        "start": {
          "line": 67,
          "column": 28
        },
        "end": {
          "line": 67,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1768,
      "end": 1770,
      "loc": {
        "start": {
          "line": 67,
          "column": 30
        },
        "end": {
          "line": 67,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1771,
      "end": 1772,
      "loc": {
        "start": {
          "line": 67,
          "column": 33
        },
        "end": {
          "line": 67,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 1781,
      "end": 1787,
      "loc": {
        "start": {
          "line": 68,
          "column": 8
        },
        "end": {
          "line": 68,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1787,
      "end": 1788,
      "loc": {
        "start": {
          "line": 68,
          "column": 14
        },
        "end": {
          "line": 68,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1789,
      "end": 1792,
      "loc": {
        "start": {
          "line": 68,
          "column": 16
        },
        "end": {
          "line": 68,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1793,
      "end": 1794,
      "loc": {
        "start": {
          "line": 68,
          "column": 20
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1801,
      "end": 1802,
      "loc": {
        "start": {
          "line": 69,
          "column": 6
        },
        "end": {
          "line": 69,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sound",
      "start": 1809,
      "end": 1814,
      "loc": {
        "start": {
          "line": 70,
          "column": 6
        },
        "end": {
          "line": 70,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1814,
      "end": 1815,
      "loc": {
        "start": {
          "line": 70,
          "column": 11
        },
        "end": {
          "line": 70,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "src",
      "start": 1815,
      "end": 1818,
      "loc": {
        "start": {
          "line": 70,
          "column": 12
        },
        "end": {
          "line": 70,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1819,
      "end": 1820,
      "loc": {
        "start": {
          "line": 70,
          "column": 16
        },
        "end": {
          "line": 70,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 1821,
      "end": 1824,
      "loc": {
        "start": {
          "line": 70,
          "column": 18
        },
        "end": {
          "line": 70,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1829,
      "end": 1830,
      "loc": {
        "start": {
          "line": 71,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1831,
      "end": 1832,
      "loc": {
        "start": {
          "line": 71,
          "column": 6
        },
        "end": {
          "line": 71,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1835,
      "end": 1836,
      "loc": {
        "start": {
          "line": 72,
          "column": 2
        },
        "end": {
          "line": 72,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Preload a file using HTTPRequest\n   * @param {String} id A unique identifier for this file\n   * @param {String} url The file url to load\n   * @param {XMLHttpRequest} request The xhr oject used to load the asset. If null a new one will be created.\n   * @return {Promise} Returns a promise which is resolved upon loading\n   ",
      "start": 1840,
      "end": 2173,
      "loc": {
        "start": {
          "line": 74,
          "column": 2
        },
        "end": {
          "line": 80,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preloadFile",
      "start": 2176,
      "end": 2187,
      "loc": {
        "start": {
          "line": 81,
          "column": 2
        },
        "end": {
          "line": 81,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2188,
      "end": 2189,
      "loc": {
        "start": {
          "line": 81,
          "column": 14
        },
        "end": {
          "line": 81,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2190,
      "end": 2192,
      "loc": {
        "start": {
          "line": 81,
          "column": 16
        },
        "end": {
          "line": 81,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2192,
      "end": 2193,
      "loc": {
        "start": {
          "line": 81,
          "column": 18
        },
        "end": {
          "line": 81,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 2194,
      "end": 2197,
      "loc": {
        "start": {
          "line": 81,
          "column": 20
        },
        "end": {
          "line": 81,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2197,
      "end": 2198,
      "loc": {
        "start": {
          "line": 81,
          "column": 23
        },
        "end": {
          "line": 81,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "request",
      "start": 2199,
      "end": 2206,
      "loc": {
        "start": {
          "line": 81,
          "column": 25
        },
        "end": {
          "line": 81,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2207,
      "end": 2208,
      "loc": {
        "start": {
          "line": 81,
          "column": 33
        },
        "end": {
          "line": 81,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2209,
      "end": 2210,
      "loc": {
        "start": {
          "line": 81,
          "column": 35
        },
        "end": {
          "line": 81,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2215,
      "end": 2218,
      "loc": {
        "start": {
          "line": 82,
          "column": 4
        },
        "end": {
          "line": 82,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xhr",
      "start": 2219,
      "end": 2222,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2223,
      "end": 2224,
      "loc": {
        "start": {
          "line": 82,
          "column": 12
        },
        "end": {
          "line": 82,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "request",
      "start": 2225,
      "end": 2232,
      "loc": {
        "start": {
          "line": 82,
          "column": 14
        },
        "end": {
          "line": 82,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2233,
      "end": 2235,
      "loc": {
        "start": {
          "line": 82,
          "column": 22
        },
        "end": {
          "line": 82,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2236,
      "end": 2239,
      "loc": {
        "start": {
          "line": 82,
          "column": 25
        },
        "end": {
          "line": 82,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "XMLHttpRequest",
      "start": 2240,
      "end": 2254,
      "loc": {
        "start": {
          "line": 82,
          "column": 29
        },
        "end": {
          "line": 82,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2254,
      "end": 2255,
      "loc": {
        "start": {
          "line": 82,
          "column": 43
        },
        "end": {
          "line": 82,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2255,
      "end": 2256,
      "loc": {
        "start": {
          "line": 82,
          "column": 44
        },
        "end": {
          "line": 82,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2261,
      "end": 2267,
      "loc": {
        "start": {
          "line": 83,
          "column": 4
        },
        "end": {
          "line": 83,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2268,
      "end": 2271,
      "loc": {
        "start": {
          "line": 83,
          "column": 11
        },
        "end": {
          "line": 83,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 2272,
      "end": 2279,
      "loc": {
        "start": {
          "line": 83,
          "column": 15
        },
        "end": {
          "line": 83,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2279,
      "end": 2280,
      "loc": {
        "start": {
          "line": 83,
          "column": 22
        },
        "end": {
          "line": 83,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2281,
      "end": 2282,
      "loc": {
        "start": {
          "line": 83,
          "column": 24
        },
        "end": {
          "line": 83,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 2283,
      "end": 2290,
      "loc": {
        "start": {
          "line": 83,
          "column": 26
        },
        "end": {
          "line": 83,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2290,
      "end": 2291,
      "loc": {
        "start": {
          "line": 83,
          "column": 33
        },
        "end": {
          "line": 83,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2292,
      "end": 2298,
      "loc": {
        "start": {
          "line": 83,
          "column": 35
        },
        "end": {
          "line": 83,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2299,
      "end": 2300,
      "loc": {
        "start": {
          "line": 83,
          "column": 42
        },
        "end": {
          "line": 83,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2301,
      "end": 2303,
      "loc": {
        "start": {
          "line": 83,
          "column": 44
        },
        "end": {
          "line": 83,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2304,
      "end": 2305,
      "loc": {
        "start": {
          "line": 83,
          "column": 47
        },
        "end": {
          "line": 83,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xhr",
      "start": 2312,
      "end": 2315,
      "loc": {
        "start": {
          "line": 84,
          "column": 6
        },
        "end": {
          "line": 84,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2315,
      "end": 2316,
      "loc": {
        "start": {
          "line": 84,
          "column": 9
        },
        "end": {
          "line": 84,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "open",
      "start": 2316,
      "end": 2320,
      "loc": {
        "start": {
          "line": 84,
          "column": 10
        },
        "end": {
          "line": 84,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2320,
      "end": 2321,
      "loc": {
        "start": {
          "line": 84,
          "column": 14
        },
        "end": {
          "line": 84,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "GET",
      "start": 2322,
      "end": 2327,
      "loc": {
        "start": {
          "line": 84,
          "column": 16
        },
        "end": {
          "line": 84,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2327,
      "end": 2328,
      "loc": {
        "start": {
          "line": 84,
          "column": 21
        },
        "end": {
          "line": 84,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 2329,
      "end": 2332,
      "loc": {
        "start": {
          "line": 84,
          "column": 23
        },
        "end": {
          "line": 84,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2333,
      "end": 2334,
      "loc": {
        "start": {
          "line": 84,
          "column": 27
        },
        "end": {
          "line": 84,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xhr",
      "start": 2341,
      "end": 2344,
      "loc": {
        "start": {
          "line": 85,
          "column": 6
        },
        "end": {
          "line": 85,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2344,
      "end": 2345,
      "loc": {
        "start": {
          "line": 85,
          "column": 9
        },
        "end": {
          "line": 85,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onload",
      "start": 2345,
      "end": 2351,
      "loc": {
        "start": {
          "line": 85,
          "column": 10
        },
        "end": {
          "line": 85,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2352,
      "end": 2353,
      "loc": {
        "start": {
          "line": 85,
          "column": 17
        },
        "end": {
          "line": 85,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2354,
      "end": 2355,
      "loc": {
        "start": {
          "line": 85,
          "column": 19
        },
        "end": {
          "line": 85,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2355,
      "end": 2356,
      "loc": {
        "start": {
          "line": 85,
          "column": 20
        },
        "end": {
          "line": 85,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2357,
      "end": 2359,
      "loc": {
        "start": {
          "line": 85,
          "column": 22
        },
        "end": {
          "line": 85,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2360,
      "end": 2361,
      "loc": {
        "start": {
          "line": 85,
          "column": 25
        },
        "end": {
          "line": 85,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2370,
      "end": 2374,
      "loc": {
        "start": {
          "line": 86,
          "column": 8
        },
        "end": {
          "line": 86,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2374,
      "end": 2375,
      "loc": {
        "start": {
          "line": 86,
          "column": 12
        },
        "end": {
          "line": 86,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__cache",
      "start": 2375,
      "end": 2382,
      "loc": {
        "start": {
          "line": 86,
          "column": 13
        },
        "end": {
          "line": 86,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2382,
      "end": 2383,
      "loc": {
        "start": {
          "line": 86,
          "column": 20
        },
        "end": {
          "line": 86,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2384,
      "end": 2386,
      "loc": {
        "start": {
          "line": 86,
          "column": 22
        },
        "end": {
          "line": 86,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2387,
      "end": 2388,
      "loc": {
        "start": {
          "line": 86,
          "column": 25
        },
        "end": {
          "line": 86,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2389,
      "end": 2390,
      "loc": {
        "start": {
          "line": 86,
          "column": 27
        },
        "end": {
          "line": 86,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xhr",
      "start": 2391,
      "end": 2394,
      "loc": {
        "start": {
          "line": 86,
          "column": 29
        },
        "end": {
          "line": 86,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2394,
      "end": 2395,
      "loc": {
        "start": {
          "line": 86,
          "column": 32
        },
        "end": {
          "line": 86,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "responseText",
      "start": 2395,
      "end": 2407,
      "loc": {
        "start": {
          "line": 86,
          "column": 33
        },
        "end": {
          "line": 86,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 2416,
      "end": 2423,
      "loc": {
        "start": {
          "line": 87,
          "column": 8
        },
        "end": {
          "line": 87,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2423,
      "end": 2424,
      "loc": {
        "start": {
          "line": 87,
          "column": 15
        },
        "end": {
          "line": 87,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2425,
      "end": 2429,
      "loc": {
        "start": {
          "line": 87,
          "column": 17
        },
        "end": {
          "line": 87,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2429,
      "end": 2430,
      "loc": {
        "start": {
          "line": 87,
          "column": 21
        },
        "end": {
          "line": 87,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__cache",
      "start": 2430,
      "end": 2437,
      "loc": {
        "start": {
          "line": 87,
          "column": 22
        },
        "end": {
          "line": 87,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2437,
      "end": 2438,
      "loc": {
        "start": {
          "line": 87,
          "column": 29
        },
        "end": {
          "line": 87,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2439,
      "end": 2441,
      "loc": {
        "start": {
          "line": 87,
          "column": 31
        },
        "end": {
          "line": 87,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2442,
      "end": 2443,
      "loc": {
        "start": {
          "line": 87,
          "column": 34
        },
        "end": {
          "line": 87,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2444,
      "end": 2445,
      "loc": {
        "start": {
          "line": 87,
          "column": 36
        },
        "end": {
          "line": 87,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2452,
      "end": 2453,
      "loc": {
        "start": {
          "line": 88,
          "column": 6
        },
        "end": {
          "line": 88,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xhr",
      "start": 2460,
      "end": 2463,
      "loc": {
        "start": {
          "line": 89,
          "column": 6
        },
        "end": {
          "line": 89,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2463,
      "end": 2464,
      "loc": {
        "start": {
          "line": 89,
          "column": 9
        },
        "end": {
          "line": 89,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onerror",
      "start": 2464,
      "end": 2471,
      "loc": {
        "start": {
          "line": 89,
          "column": 10
        },
        "end": {
          "line": 89,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2472,
      "end": 2473,
      "loc": {
        "start": {
          "line": 89,
          "column": 18
        },
        "end": {
          "line": 89,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2474,
      "end": 2475,
      "loc": {
        "start": {
          "line": 89,
          "column": 20
        },
        "end": {
          "line": 89,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2476,
      "end": 2479,
      "loc": {
        "start": {
          "line": 89,
          "column": 22
        },
        "end": {
          "line": 89,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2480,
      "end": 2481,
      "loc": {
        "start": {
          "line": 89,
          "column": 26
        },
        "end": {
          "line": 89,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2482,
      "end": 2484,
      "loc": {
        "start": {
          "line": 89,
          "column": 28
        },
        "end": {
          "line": 89,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2485,
      "end": 2486,
      "loc": {
        "start": {
          "line": 89,
          "column": 31
        },
        "end": {
          "line": 89,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2495,
      "end": 2501,
      "loc": {
        "start": {
          "line": 90,
          "column": 8
        },
        "end": {
          "line": 90,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2501,
      "end": 2502,
      "loc": {
        "start": {
          "line": 90,
          "column": 14
        },
        "end": {
          "line": 90,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2503,
      "end": 2506,
      "loc": {
        "start": {
          "line": 90,
          "column": 16
        },
        "end": {
          "line": 90,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2507,
      "end": 2508,
      "loc": {
        "start": {
          "line": 90,
          "column": 20
        },
        "end": {
          "line": 90,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2515,
      "end": 2516,
      "loc": {
        "start": {
          "line": 91,
          "column": 6
        },
        "end": {
          "line": 91,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xhr",
      "start": 2523,
      "end": 2526,
      "loc": {
        "start": {
          "line": 92,
          "column": 6
        },
        "end": {
          "line": 92,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2526,
      "end": 2527,
      "loc": {
        "start": {
          "line": 92,
          "column": 9
        },
        "end": {
          "line": 92,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "send",
      "start": 2527,
      "end": 2531,
      "loc": {
        "start": {
          "line": 92,
          "column": 10
        },
        "end": {
          "line": 92,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2531,
      "end": 2532,
      "loc": {
        "start": {
          "line": 92,
          "column": 14
        },
        "end": {
          "line": 92,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2532,
      "end": 2533,
      "loc": {
        "start": {
          "line": 92,
          "column": 15
        },
        "end": {
          "line": 92,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2538,
      "end": 2539,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2540,
      "end": 2541,
      "loc": {
        "start": {
          "line": 93,
          "column": 6
        },
        "end": {
          "line": 93,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2544,
      "end": 2545,
      "loc": {
        "start": {
          "line": 94,
          "column": 2
        },
        "end": {
          "line": 94,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Load a list of files\n   * @param {Object} files Contains a list of files to load with the following structure: { \"file1\": \"url1\", \"file2\": \"url2\" } or { \"file1\": { type: \"image|audio|file\", url: \"url1\", obj: objectLoader|null } }\n   * @param {Function} progress A callback function with the parameters: \"err, id, data, loaded, total\"\n   * @return {Promise} Returns a promise which is resolved upon loading all files, doesn't matter if they failed or not\n   ",
      "start": 2549,
      "end": 3017,
      "loc": {
        "start": {
          "line": 96,
          "column": 2
        },
        "end": {
          "line": 101,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preload",
      "start": 3020,
      "end": 3027,
      "loc": {
        "start": {
          "line": 102,
          "column": 2
        },
        "end": {
          "line": 102,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3028,
      "end": 3029,
      "loc": {
        "start": {
          "line": 102,
          "column": 10
        },
        "end": {
          "line": 102,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "files",
      "start": 3030,
      "end": 3035,
      "loc": {
        "start": {
          "line": 102,
          "column": 12
        },
        "end": {
          "line": 102,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3035,
      "end": 3036,
      "loc": {
        "start": {
          "line": 102,
          "column": 17
        },
        "end": {
          "line": 102,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "progress",
      "start": 3037,
      "end": 3045,
      "loc": {
        "start": {
          "line": 102,
          "column": 19
        },
        "end": {
          "line": 102,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3046,
      "end": 3047,
      "loc": {
        "start": {
          "line": 102,
          "column": 28
        },
        "end": {
          "line": 102,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3048,
      "end": 3049,
      "loc": {
        "start": {
          "line": 102,
          "column": 30
        },
        "end": {
          "line": 102,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3054,
      "end": 3060,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 3061,
      "end": 3064,
      "loc": {
        "start": {
          "line": 103,
          "column": 11
        },
        "end": {
          "line": 103,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 3065,
      "end": 3072,
      "loc": {
        "start": {
          "line": 103,
          "column": 15
        },
        "end": {
          "line": 103,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3072,
      "end": 3073,
      "loc": {
        "start": {
          "line": 103,
          "column": 22
        },
        "end": {
          "line": 103,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3074,
      "end": 3075,
      "loc": {
        "start": {
          "line": 103,
          "column": 24
        },
        "end": {
          "line": 103,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3076,
      "end": 3083,
      "loc": {
        "start": {
          "line": 103,
          "column": 26
        },
        "end": {
          "line": 103,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3084,
      "end": 3085,
      "loc": {
        "start": {
          "line": 103,
          "column": 34
        },
        "end": {
          "line": 103,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3086,
      "end": 3088,
      "loc": {
        "start": {
          "line": 103,
          "column": 36
        },
        "end": {
          "line": 103,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3089,
      "end": 3090,
      "loc": {
        "start": {
          "line": 103,
          "column": 39
        },
        "end": {
          "line": 103,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3097,
      "end": 3100,
      "loc": {
        "start": {
          "line": 104,
          "column": 6
        },
        "end": {
          "line": 104,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 3101,
      "end": 3106,
      "loc": {
        "start": {
          "line": 104,
          "column": 10
        },
        "end": {
          "line": 104,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3107,
      "end": 3108,
      "loc": {
        "start": {
          "line": 104,
          "column": 16
        },
        "end": {
          "line": 104,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 3109,
      "end": 3115,
      "loc": {
        "start": {
          "line": 104,
          "column": 18
        },
        "end": {
          "line": 104,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3115,
      "end": 3116,
      "loc": {
        "start": {
          "line": 104,
          "column": 24
        },
        "end": {
          "line": 104,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 3116,
      "end": 3120,
      "loc": {
        "start": {
          "line": 104,
          "column": 25
        },
        "end": {
          "line": 104,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3120,
      "end": 3121,
      "loc": {
        "start": {
          "line": 104,
          "column": 29
        },
        "end": {
          "line": 104,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "files",
      "start": 3122,
      "end": 3127,
      "loc": {
        "start": {
          "line": 104,
          "column": 31
        },
        "end": {
          "line": 104,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3128,
      "end": 3129,
      "loc": {
        "start": {
          "line": 104,
          "column": 37
        },
        "end": {
          "line": 104,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3129,
      "end": 3130,
      "loc": {
        "start": {
          "line": 104,
          "column": 38
        },
        "end": {
          "line": 104,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3130,
      "end": 3136,
      "loc": {
        "start": {
          "line": 104,
          "column": 39
        },
        "end": {
          "line": 104,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3143,
      "end": 3146,
      "loc": {
        "start": {
          "line": 105,
          "column": 6
        },
        "end": {
          "line": 105,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loaded",
      "start": 3147,
      "end": 3153,
      "loc": {
        "start": {
          "line": 105,
          "column": 10
        },
        "end": {
          "line": 105,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3154,
      "end": 3155,
      "loc": {
        "start": {
          "line": 105,
          "column": 17
        },
        "end": {
          "line": 105,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3156,
      "end": 3157,
      "loc": {
        "start": {
          "line": 105,
          "column": 19
        },
        "end": {
          "line": 105,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3164,
      "end": 3167,
      "loc": {
        "start": {
          "line": 106,
          "column": 6
        },
        "end": {
          "line": 106,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 3168,
      "end": 3173,
      "loc": {
        "start": {
          "line": 106,
          "column": 10
        },
        "end": {
          "line": 106,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3174,
      "end": 3175,
      "loc": {
        "start": {
          "line": 106,
          "column": 16
        },
        "end": {
          "line": 106,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3176,
      "end": 3177,
      "loc": {
        "start": {
          "line": 106,
          "column": 18
        },
        "end": {
          "line": 106,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3185,
      "end": 3188,
      "loc": {
        "start": {
          "line": 108,
          "column": 6
        },
        "end": {
          "line": 108,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 3189,
      "end": 3196,
      "loc": {
        "start": {
          "line": 108,
          "column": 10
        },
        "end": {
          "line": 108,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3197,
      "end": 3198,
      "loc": {
        "start": {
          "line": 108,
          "column": 18
        },
        "end": {
          "line": 108,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3199,
      "end": 3200,
      "loc": {
        "start": {
          "line": 108,
          "column": 20
        },
        "end": {
          "line": 108,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 3201,
      "end": 3204,
      "loc": {
        "start": {
          "line": 108,
          "column": 22
        },
        "end": {
          "line": 108,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3204,
      "end": 3205,
      "loc": {
        "start": {
          "line": 108,
          "column": 25
        },
        "end": {
          "line": 108,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3206,
      "end": 3208,
      "loc": {
        "start": {
          "line": 108,
          "column": 27
        },
        "end": {
          "line": 108,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3208,
      "end": 3209,
      "loc": {
        "start": {
          "line": 108,
          "column": 29
        },
        "end": {
          "line": 108,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3210,
      "end": 3214,
      "loc": {
        "start": {
          "line": 108,
          "column": 31
        },
        "end": {
          "line": 108,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3214,
      "end": 3215,
      "loc": {
        "start": {
          "line": 108,
          "column": 35
        },
        "end": {
          "line": 108,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loaded",
      "start": 3216,
      "end": 3222,
      "loc": {
        "start": {
          "line": 108,
          "column": 37
        },
        "end": {
          "line": 108,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3222,
      "end": 3223,
      "loc": {
        "start": {
          "line": 108,
          "column": 43
        },
        "end": {
          "line": 108,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 3224,
      "end": 3229,
      "loc": {
        "start": {
          "line": 108,
          "column": 45
        },
        "end": {
          "line": 108,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3230,
      "end": 3231,
      "loc": {
        "start": {
          "line": 108,
          "column": 51
        },
        "end": {
          "line": 108,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3232,
      "end": 3234,
      "loc": {
        "start": {
          "line": 108,
          "column": 53
        },
        "end": {
          "line": 108,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3235,
      "end": 3236,
      "loc": {
        "start": {
          "line": 108,
          "column": 56
        },
        "end": {
          "line": 108,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3245,
      "end": 3247,
      "loc": {
        "start": {
          "line": 109,
          "column": 8
        },
        "end": {
          "line": 109,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3248,
      "end": 3249,
      "loc": {
        "start": {
          "line": 109,
          "column": 11
        },
        "end": {
          "line": 109,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 3250,
      "end": 3256,
      "loc": {
        "start": {
          "line": 109,
          "column": 13
        },
        "end": {
          "line": 109,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "progress",
      "start": 3257,
      "end": 3265,
      "loc": {
        "start": {
          "line": 109,
          "column": 20
        },
        "end": {
          "line": 109,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3266,
      "end": 3269,
      "loc": {
        "start": {
          "line": 109,
          "column": 29
        },
        "end": {
          "line": 109,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "function",
      "start": 3270,
      "end": 3280,
      "loc": {
        "start": {
          "line": 109,
          "column": 33
        },
        "end": {
          "line": 109,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3281,
      "end": 3282,
      "loc": {
        "start": {
          "line": 109,
          "column": 44
        },
        "end": {
          "line": 109,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3283,
      "end": 3284,
      "loc": {
        "start": {
          "line": 109,
          "column": 46
        },
        "end": {
          "line": 109,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "progress",
      "start": 3295,
      "end": 3303,
      "loc": {
        "start": {
          "line": 110,
          "column": 10
        },
        "end": {
          "line": 110,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3303,
      "end": 3304,
      "loc": {
        "start": {
          "line": 110,
          "column": 18
        },
        "end": {
          "line": 110,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 3305,
      "end": 3308,
      "loc": {
        "start": {
          "line": 110,
          "column": 20
        },
        "end": {
          "line": 110,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3308,
      "end": 3309,
      "loc": {
        "start": {
          "line": 110,
          "column": 23
        },
        "end": {
          "line": 110,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3310,
      "end": 3312,
      "loc": {
        "start": {
          "line": 110,
          "column": 25
        },
        "end": {
          "line": 110,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3312,
      "end": 3313,
      "loc": {
        "start": {
          "line": 110,
          "column": 27
        },
        "end": {
          "line": 110,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3314,
      "end": 3318,
      "loc": {
        "start": {
          "line": 110,
          "column": 29
        },
        "end": {
          "line": 110,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3318,
      "end": 3319,
      "loc": {
        "start": {
          "line": 110,
          "column": 33
        },
        "end": {
          "line": 110,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loaded",
      "start": 3320,
      "end": 3326,
      "loc": {
        "start": {
          "line": 110,
          "column": 35
        },
        "end": {
          "line": 110,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3326,
      "end": 3327,
      "loc": {
        "start": {
          "line": 110,
          "column": 41
        },
        "end": {
          "line": 110,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 3328,
      "end": 3333,
      "loc": {
        "start": {
          "line": 110,
          "column": 43
        },
        "end": {
          "line": 110,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3334,
      "end": 3335,
      "loc": {
        "start": {
          "line": 110,
          "column": 49
        },
        "end": {
          "line": 110,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3344,
      "end": 3345,
      "loc": {
        "start": {
          "line": 111,
          "column": 8
        },
        "end": {
          "line": 111,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 3354,
      "end": 3359,
      "loc": {
        "start": {
          "line": 112,
          "column": 8
        },
        "end": {
          "line": 112,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 3359,
      "end": 3361,
      "loc": {
        "start": {
          "line": 112,
          "column": 13
        },
        "end": {
          "line": 112,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3370,
      "end": 3372,
      "loc": {
        "start": {
          "line": 113,
          "column": 8
        },
        "end": {
          "line": 113,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3373,
      "end": 3374,
      "loc": {
        "start": {
          "line": 113,
          "column": 11
        },
        "end": {
          "line": 113,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 3375,
      "end": 3380,
      "loc": {
        "start": {
          "line": 113,
          "column": 13
        },
        "end": {
          "line": 113,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3381,
      "end": 3384,
      "loc": {
        "start": {
          "line": 113,
          "column": 19
        },
        "end": {
          "line": 113,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 3385,
      "end": 3390,
      "loc": {
        "start": {
          "line": 113,
          "column": 23
        },
        "end": {
          "line": 113,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3391,
      "end": 3392,
      "loc": {
        "start": {
          "line": 113,
          "column": 29
        },
        "end": {
          "line": 113,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3393,
      "end": 3394,
      "loc": {
        "start": {
          "line": 113,
          "column": 31
        },
        "end": {
          "line": 113,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3405,
      "end": 3412,
      "loc": {
        "start": {
          "line": 114,
          "column": 10
        },
        "end": {
          "line": 114,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3412,
      "end": 3413,
      "loc": {
        "start": {
          "line": 114,
          "column": 17
        },
        "end": {
          "line": 114,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 3414,
      "end": 3419,
      "loc": {
        "start": {
          "line": 114,
          "column": 19
        },
        "end": {
          "line": 114,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 3420,
      "end": 3421,
      "loc": {
        "start": {
          "line": 114,
          "column": 25
        },
        "end": {
          "line": 114,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loaded",
      "start": 3422,
      "end": 3428,
      "loc": {
        "start": {
          "line": 114,
          "column": 27
        },
        "end": {
          "line": 114,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3429,
      "end": 3430,
      "loc": {
        "start": {
          "line": 114,
          "column": 34
        },
        "end": {
          "line": 114,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3439,
      "end": 3440,
      "loc": {
        "start": {
          "line": 115,
          "column": 8
        },
        "end": {
          "line": 115,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3447,
      "end": 3448,
      "loc": {
        "start": {
          "line": 116,
          "column": 6
        },
        "end": {
          "line": 116,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3456,
      "end": 3458,
      "loc": {
        "start": {
          "line": 118,
          "column": 6
        },
        "end": {
          "line": 118,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3459,
      "end": 3460,
      "loc": {
        "start": {
          "line": 118,
          "column": 9
        },
        "end": {
          "line": 118,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 3461,
      "end": 3466,
      "loc": {
        "start": {
          "line": 118,
          "column": 11
        },
        "end": {
          "line": 118,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3467,
      "end": 3470,
      "loc": {
        "start": {
          "line": 118,
          "column": 17
        },
        "end": {
          "line": 118,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3471,
      "end": 3472,
      "loc": {
        "start": {
          "line": 118,
          "column": 21
        },
        "end": {
          "line": 118,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3473,
      "end": 3474,
      "loc": {
        "start": {
          "line": 118,
          "column": 23
        },
        "end": {
          "line": 118,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3475,
      "end": 3476,
      "loc": {
        "start": {
          "line": 118,
          "column": 25
        },
        "end": {
          "line": 118,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3485,
      "end": 3492,
      "loc": {
        "start": {
          "line": 119,
          "column": 8
        },
        "end": {
          "line": 119,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3492,
      "end": 3493,
      "loc": {
        "start": {
          "line": 119,
          "column": 15
        },
        "end": {
          "line": 119,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3494,
      "end": 3495,
      "loc": {
        "start": {
          "line": 119,
          "column": 17
        },
        "end": {
          "line": 119,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3496,
      "end": 3497,
      "loc": {
        "start": {
          "line": 119,
          "column": 19
        },
        "end": {
          "line": 119,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3504,
      "end": 3505,
      "loc": {
        "start": {
          "line": 120,
          "column": 6
        },
        "end": {
          "line": 120,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loop",
      "start": 3513,
      "end": 3517,
      "loc": {
        "start": {
          "line": 122,
          "column": 6
        },
        "end": {
          "line": 122,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3517,
      "end": 3518,
      "loc": {
        "start": {
          "line": 122,
          "column": 10
        },
        "end": {
          "line": 122,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "files",
      "start": 3519,
      "end": 3524,
      "loc": {
        "start": {
          "line": 122,
          "column": 12
        },
        "end": {
          "line": 122,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3524,
      "end": 3525,
      "loc": {
        "start": {
          "line": 122,
          "column": 17
        },
        "end": {
          "line": 122,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3526,
      "end": 3527,
      "loc": {
        "start": {
          "line": 122,
          "column": 19
        },
        "end": {
          "line": 122,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "file",
      "start": 3528,
      "end": 3532,
      "loc": {
        "start": {
          "line": 122,
          "column": 21
        },
        "end": {
          "line": 122,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3532,
      "end": 3533,
      "loc": {
        "start": {
          "line": 122,
          "column": 25
        },
        "end": {
          "line": 122,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3534,
      "end": 3536,
      "loc": {
        "start": {
          "line": 122,
          "column": 27
        },
        "end": {
          "line": 122,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3537,
      "end": 3538,
      "loc": {
        "start": {
          "line": 122,
          "column": 30
        },
        "end": {
          "line": 122,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3539,
      "end": 3541,
      "loc": {
        "start": {
          "line": 122,
          "column": 32
        },
        "end": {
          "line": 122,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3542,
      "end": 3543,
      "loc": {
        "start": {
          "line": 122,
          "column": 35
        },
        "end": {
          "line": 122,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3552,
      "end": 3555,
      "loc": {
        "start": {
          "line": 123,
          "column": 8
        },
        "end": {
          "line": 123,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 3556,
      "end": 3560,
      "loc": {
        "start": {
          "line": 123,
          "column": 12
        },
        "end": {
          "line": 123,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3561,
      "end": 3562,
      "loc": {
        "start": {
          "line": 123,
          "column": 17
        },
        "end": {
          "line": 123,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "file",
      "start": 3563,
      "end": 3569,
      "loc": {
        "start": {
          "line": 123,
          "column": 19
        },
        "end": {
          "line": 123,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3578,
      "end": 3581,
      "loc": {
        "start": {
          "line": 124,
          "column": 8
        },
        "end": {
          "line": 124,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3582,
      "end": 3585,
      "loc": {
        "start": {
          "line": 124,
          "column": 12
        },
        "end": {
          "line": 124,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3586,
      "end": 3587,
      "loc": {
        "start": {
          "line": 124,
          "column": 16
        },
        "end": {
          "line": 124,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3588,
      "end": 3592,
      "loc": {
        "start": {
          "line": 124,
          "column": 18
        },
        "end": {
          "line": 124,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3601,
      "end": 3604,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 3605,
      "end": 3608,
      "loc": {
        "start": {
          "line": 125,
          "column": 12
        },
        "end": {
          "line": 125,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3609,
      "end": 3610,
      "loc": {
        "start": {
          "line": 125,
          "column": 16
        },
        "end": {
          "line": 125,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "file",
      "start": 3611,
      "end": 3615,
      "loc": {
        "start": {
          "line": 125,
          "column": 18
        },
        "end": {
          "line": 125,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3624,
      "end": 3626,
      "loc": {
        "start": {
          "line": 126,
          "column": 8
        },
        "end": {
          "line": 126,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3627,
      "end": 3628,
      "loc": {
        "start": {
          "line": 126,
          "column": 11
        },
        "end": {
          "line": 126,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isObject",
      "start": 3629,
      "end": 3637,
      "loc": {
        "start": {
          "line": 126,
          "column": 13
        },
        "end": {
          "line": 126,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3637,
      "end": 3638,
      "loc": {
        "start": {
          "line": 126,
          "column": 21
        },
        "end": {
          "line": 126,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "file",
      "start": 3639,
      "end": 3643,
      "loc": {
        "start": {
          "line": 126,
          "column": 23
        },
        "end": {
          "line": 126,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3644,
      "end": 3645,
      "loc": {
        "start": {
          "line": 126,
          "column": 28
        },
        "end": {
          "line": 126,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3646,
      "end": 3647,
      "loc": {
        "start": {
          "line": 126,
          "column": 30
        },
        "end": {
          "line": 126,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3648,
      "end": 3649,
      "loc": {
        "start": {
          "line": 126,
          "column": 32
        },
        "end": {
          "line": 126,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 3660,
      "end": 3664,
      "loc": {
        "start": {
          "line": 127,
          "column": 10
        },
        "end": {
          "line": 127,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3665,
      "end": 3666,
      "loc": {
        "start": {
          "line": 127,
          "column": 15
        },
        "end": {
          "line": 127,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "file",
      "start": 3667,
      "end": 3671,
      "loc": {
        "start": {
          "line": 127,
          "column": 17
        },
        "end": {
          "line": 127,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3671,
      "end": 3672,
      "loc": {
        "start": {
          "line": 127,
          "column": 21
        },
        "end": {
          "line": 127,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 3672,
      "end": 3676,
      "loc": {
        "start": {
          "line": 127,
          "column": 22
        },
        "end": {
          "line": 127,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 3687,
      "end": 3690,
      "loc": {
        "start": {
          "line": 128,
          "column": 10
        },
        "end": {
          "line": 128,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3691,
      "end": 3692,
      "loc": {
        "start": {
          "line": 128,
          "column": 14
        },
        "end": {
          "line": 128,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "file",
      "start": 3693,
      "end": 3697,
      "loc": {
        "start": {
          "line": 128,
          "column": 16
        },
        "end": {
          "line": 128,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3697,
      "end": 3698,
      "loc": {
        "start": {
          "line": 128,
          "column": 20
        },
        "end": {
          "line": 128,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 3698,
      "end": 3701,
      "loc": {
        "start": {
          "line": 128,
          "column": 21
        },
        "end": {
          "line": 128,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3712,
      "end": 3715,
      "loc": {
        "start": {
          "line": 129,
          "column": 10
        },
        "end": {
          "line": 129,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3716,
      "end": 3717,
      "loc": {
        "start": {
          "line": 129,
          "column": 14
        },
        "end": {
          "line": 129,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "file",
      "start": 3718,
      "end": 3722,
      "loc": {
        "start": {
          "line": 129,
          "column": 16
        },
        "end": {
          "line": 129,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3722,
      "end": 3723,
      "loc": {
        "start": {
          "line": 129,
          "column": 20
        },
        "end": {
          "line": 129,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3723,
      "end": 3726,
      "loc": {
        "start": {
          "line": 129,
          "column": 21
        },
        "end": {
          "line": 129,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 3727,
      "end": 3729,
      "loc": {
        "start": {
          "line": 129,
          "column": 25
        },
        "end": {
          "line": 129,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3730,
      "end": 3734,
      "loc": {
        "start": {
          "line": 129,
          "column": 28
        },
        "end": {
          "line": 129,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3743,
      "end": 3744,
      "loc": {
        "start": {
          "line": 130,
          "column": 8
        },
        "end": {
          "line": 130,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3753,
      "end": 3756,
      "loc": {
        "start": {
          "line": 131,
          "column": 8
        },
        "end": {
          "line": 131,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loader",
      "start": 3757,
      "end": 3763,
      "loc": {
        "start": {
          "line": 131,
          "column": 12
        },
        "end": {
          "line": 131,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3764,
      "end": 3765,
      "loc": {
        "start": {
          "line": 131,
          "column": 19
        },
        "end": {
          "line": 131,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3766,
      "end": 3770,
      "loc": {
        "start": {
          "line": 131,
          "column": 21
        },
        "end": {
          "line": 131,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3770,
      "end": 3771,
      "loc": {
        "start": {
          "line": 131,
          "column": 25
        },
        "end": {
          "line": 131,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "preload",
      "start": 3772,
      "end": 3781,
      "loc": {
        "start": {
          "line": 131,
          "column": 27
        },
        "end": {
          "line": 131,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3782,
      "end": 3783,
      "loc": {
        "start": {
          "line": 131,
          "column": 37
        },
        "end": {
          "line": 131,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 3784,
      "end": 3788,
      "loc": {
        "start": {
          "line": 131,
          "column": 39
        },
        "end": {
          "line": 131,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3788,
      "end": 3789,
      "loc": {
        "start": {
          "line": 131,
          "column": 43
        },
        "end": {
          "line": 131,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "charAt",
      "start": 3789,
      "end": 3795,
      "loc": {
        "start": {
          "line": 131,
          "column": 44
        },
        "end": {
          "line": 131,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3795,
      "end": 3796,
      "loc": {
        "start": {
          "line": 131,
          "column": 50
        },
        "end": {
          "line": 131,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3797,
      "end": 3798,
      "loc": {
        "start": {
          "line": 131,
          "column": 52
        },
        "end": {
          "line": 131,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3799,
      "end": 3800,
      "loc": {
        "start": {
          "line": 131,
          "column": 54
        },
        "end": {
          "line": 131,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3800,
      "end": 3801,
      "loc": {
        "start": {
          "line": 131,
          "column": 55
        },
        "end": {
          "line": 131,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 3801,
      "end": 3812,
      "loc": {
        "start": {
          "line": 131,
          "column": 56
        },
        "end": {
          "line": 131,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3812,
      "end": 3813,
      "loc": {
        "start": {
          "line": 131,
          "column": 67
        },
        "end": {
          "line": 131,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3813,
      "end": 3814,
      "loc": {
        "start": {
          "line": 131,
          "column": 68
        },
        "end": {
          "line": 131,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3815,
      "end": 3816,
      "loc": {
        "start": {
          "line": 131,
          "column": 70
        },
        "end": {
          "line": 131,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 3817,
      "end": 3821,
      "loc": {
        "start": {
          "line": 131,
          "column": 72
        },
        "end": {
          "line": 131,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3821,
      "end": 3822,
      "loc": {
        "start": {
          "line": 131,
          "column": 76
        },
        "end": {
          "line": 131,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 3822,
      "end": 3827,
      "loc": {
        "start": {
          "line": 131,
          "column": 77
        },
        "end": {
          "line": 131,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3827,
      "end": 3828,
      "loc": {
        "start": {
          "line": 131,
          "column": 82
        },
        "end": {
          "line": 131,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3829,
      "end": 3830,
      "loc": {
        "start": {
          "line": 131,
          "column": 84
        },
        "end": {
          "line": 131,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3831,
      "end": 3832,
      "loc": {
        "start": {
          "line": 131,
          "column": 86
        },
        "end": {
          "line": 131,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3832,
      "end": 3833,
      "loc": {
        "start": {
          "line": 131,
          "column": 87
        },
        "end": {
          "line": 131,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 3833,
      "end": 3844,
      "loc": {
        "start": {
          "line": 131,
          "column": 88
        },
        "end": {
          "line": 131,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3844,
      "end": 3845,
      "loc": {
        "start": {
          "line": 131,
          "column": 99
        },
        "end": {
          "line": 131,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3845,
      "end": 3846,
      "loc": {
        "start": {
          "line": 131,
          "column": 100
        },
        "end": {
          "line": 131,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3847,
      "end": 3848,
      "loc": {
        "start": {
          "line": 131,
          "column": 102
        },
        "end": {
          "line": 131,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loader",
      "start": 3857,
      "end": 3863,
      "loc": {
        "start": {
          "line": 132,
          "column": 8
        },
        "end": {
          "line": 132,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3863,
      "end": 3864,
      "loc": {
        "start": {
          "line": 132,
          "column": 14
        },
        "end": {
          "line": 132,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 3864,
      "end": 3868,
      "loc": {
        "start": {
          "line": 132,
          "column": 15
        },
        "end": {
          "line": 132,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3868,
      "end": 3869,
      "loc": {
        "start": {
          "line": 132,
          "column": 19
        },
        "end": {
          "line": 132,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3870,
      "end": 3874,
      "loc": {
        "start": {
          "line": 132,
          "column": 21
        },
        "end": {
          "line": 132,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3874,
      "end": 3875,
      "loc": {
        "start": {
          "line": 132,
          "column": 25
        },
        "end": {
          "line": 132,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3876,
      "end": 3878,
      "loc": {
        "start": {
          "line": 132,
          "column": 27
        },
        "end": {
          "line": 132,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3878,
      "end": 3879,
      "loc": {
        "start": {
          "line": 132,
          "column": 29
        },
        "end": {
          "line": 132,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 3880,
      "end": 3883,
      "loc": {
        "start": {
          "line": 132,
          "column": 31
        },
        "end": {
          "line": 132,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3883,
      "end": 3884,
      "loc": {
        "start": {
          "line": 132,
          "column": 34
        },
        "end": {
          "line": 132,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3885,
      "end": 3888,
      "loc": {
        "start": {
          "line": 132,
          "column": 36
        },
        "end": {
          "line": 132,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3889,
      "end": 3890,
      "loc": {
        "start": {
          "line": 132,
          "column": 40
        },
        "end": {
          "line": 132,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3901,
      "end": 3902,
      "loc": {
        "start": {
          "line": 133,
          "column": 10
        },
        "end": {
          "line": 133,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 3902,
      "end": 3906,
      "loc": {
        "start": {
          "line": 133,
          "column": 11
        },
        "end": {
          "line": 133,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3906,
      "end": 3907,
      "loc": {
        "start": {
          "line": 133,
          "column": 15
        },
        "end": {
          "line": 133,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3908,
      "end": 3909,
      "loc": {
        "start": {
          "line": 133,
          "column": 17
        },
        "end": {
          "line": 133,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3910,
      "end": 3914,
      "loc": {
        "start": {
          "line": 133,
          "column": 19
        },
        "end": {
          "line": 133,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3915,
      "end": 3916,
      "loc": {
        "start": {
          "line": 133,
          "column": 24
        },
        "end": {
          "line": 133,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3917,
      "end": 3919,
      "loc": {
        "start": {
          "line": 133,
          "column": 26
        },
        "end": {
          "line": 133,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3920,
      "end": 3921,
      "loc": {
        "start": {
          "line": 133,
          "column": 29
        },
        "end": {
          "line": 133,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loaded",
      "start": 3934,
      "end": 3940,
      "loc": {
        "start": {
          "line": 134,
          "column": 12
        },
        "end": {
          "line": 134,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 3940,
      "end": 3942,
      "loc": {
        "start": {
          "line": 134,
          "column": 18
        },
        "end": {
          "line": 134,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 3955,
      "end": 3962,
      "loc": {
        "start": {
          "line": 135,
          "column": 12
        },
        "end": {
          "line": 135,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3962,
      "end": 3963,
      "loc": {
        "start": {
          "line": 135,
          "column": 19
        },
        "end": {
          "line": 135,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3964,
      "end": 3968,
      "loc": {
        "start": {
          "line": 135,
          "column": 21
        },
        "end": {
          "line": 135,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3968,
      "end": 3969,
      "loc": {
        "start": {
          "line": 135,
          "column": 25
        },
        "end": {
          "line": 135,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3970,
      "end": 3972,
      "loc": {
        "start": {
          "line": 135,
          "column": 27
        },
        "end": {
          "line": 135,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3972,
      "end": 3973,
      "loc": {
        "start": {
          "line": 135,
          "column": 29
        },
        "end": {
          "line": 135,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3974,
      "end": 3978,
      "loc": {
        "start": {
          "line": 135,
          "column": 31
        },
        "end": {
          "line": 135,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3978,
      "end": 3979,
      "loc": {
        "start": {
          "line": 135,
          "column": 35
        },
        "end": {
          "line": 135,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loaded",
      "start": 3980,
      "end": 3986,
      "loc": {
        "start": {
          "line": 135,
          "column": 37
        },
        "end": {
          "line": 135,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3986,
      "end": 3987,
      "loc": {
        "start": {
          "line": 135,
          "column": 43
        },
        "end": {
          "line": 135,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 3988,
      "end": 3993,
      "loc": {
        "start": {
          "line": 135,
          "column": 45
        },
        "end": {
          "line": 135,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3994,
      "end": 3995,
      "loc": {
        "start": {
          "line": 135,
          "column": 51
        },
        "end": {
          "line": 135,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4006,
      "end": 4007,
      "loc": {
        "start": {
          "line": 136,
          "column": 10
        },
        "end": {
          "line": 136,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4008,
      "end": 4009,
      "loc": {
        "start": {
          "line": 136,
          "column": 12
        },
        "end": {
          "line": 136,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4020,
      "end": 4021,
      "loc": {
        "start": {
          "line": 137,
          "column": 10
        },
        "end": {
          "line": 137,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 4021,
      "end": 4026,
      "loc": {
        "start": {
          "line": 137,
          "column": 11
        },
        "end": {
          "line": 137,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4026,
      "end": 4027,
      "loc": {
        "start": {
          "line": 137,
          "column": 16
        },
        "end": {
          "line": 137,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4028,
      "end": 4029,
      "loc": {
        "start": {
          "line": 137,
          "column": 18
        },
        "end": {
          "line": 137,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 4030,
      "end": 4033,
      "loc": {
        "start": {
          "line": 137,
          "column": 20
        },
        "end": {
          "line": 137,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4034,
      "end": 4035,
      "loc": {
        "start": {
          "line": 137,
          "column": 24
        },
        "end": {
          "line": 137,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4036,
      "end": 4038,
      "loc": {
        "start": {
          "line": 137,
          "column": 26
        },
        "end": {
          "line": 137,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4039,
      "end": 4040,
      "loc": {
        "start": {
          "line": 137,
          "column": 29
        },
        "end": {
          "line": 137,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 4053,
      "end": 4060,
      "loc": {
        "start": {
          "line": 138,
          "column": 12
        },
        "end": {
          "line": 138,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4060,
      "end": 4061,
      "loc": {
        "start": {
          "line": 138,
          "column": 19
        },
        "end": {
          "line": 138,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 4062,
      "end": 4065,
      "loc": {
        "start": {
          "line": 138,
          "column": 21
        },
        "end": {
          "line": 138,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4065,
      "end": 4066,
      "loc": {
        "start": {
          "line": 138,
          "column": 24
        },
        "end": {
          "line": 138,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4067,
      "end": 4069,
      "loc": {
        "start": {
          "line": 138,
          "column": 26
        },
        "end": {
          "line": 138,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4069,
      "end": 4070,
      "loc": {
        "start": {
          "line": 138,
          "column": 28
        },
        "end": {
          "line": 138,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4071,
      "end": 4075,
      "loc": {
        "start": {
          "line": 138,
          "column": 30
        },
        "end": {
          "line": 138,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4075,
      "end": 4076,
      "loc": {
        "start": {
          "line": 138,
          "column": 34
        },
        "end": {
          "line": 138,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loaded",
      "start": 4077,
      "end": 4083,
      "loc": {
        "start": {
          "line": 138,
          "column": 36
        },
        "end": {
          "line": 138,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4083,
      "end": 4084,
      "loc": {
        "start": {
          "line": 138,
          "column": 42
        },
        "end": {
          "line": 138,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 4085,
      "end": 4090,
      "loc": {
        "start": {
          "line": 138,
          "column": 44
        },
        "end": {
          "line": 138,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4091,
      "end": 4092,
      "loc": {
        "start": {
          "line": 138,
          "column": 50
        },
        "end": {
          "line": 138,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4103,
      "end": 4104,
      "loc": {
        "start": {
          "line": 139,
          "column": 10
        },
        "end": {
          "line": 139,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4105,
      "end": 4106,
      "loc": {
        "start": {
          "line": 139,
          "column": 12
        },
        "end": {
          "line": 139,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4113,
      "end": 4114,
      "loc": {
        "start": {
          "line": 140,
          "column": 6
        },
        "end": {
          "line": 140,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4115,
      "end": 4116,
      "loc": {
        "start": {
          "line": 140,
          "column": 8
        },
        "end": {
          "line": 140,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4121,
      "end": 4122,
      "loc": {
        "start": {
          "line": 141,
          "column": 4
        },
        "end": {
          "line": 141,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4123,
      "end": 4124,
      "loc": {
        "start": {
          "line": 141,
          "column": 6
        },
        "end": {
          "line": 141,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4127,
      "end": 4128,
      "loc": {
        "start": {
          "line": 142,
          "column": 2
        },
        "end": {
          "line": 142,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the cache containing the preloaded files\n   * @return {Object}\n   ",
      "start": 4132,
      "end": 4217,
      "loc": {
        "start": {
          "line": 144,
          "column": 2
        },
        "end": {
          "line": 147,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getCache",
      "start": 4220,
      "end": 4228,
      "loc": {
        "start": {
          "line": 148,
          "column": 2
        },
        "end": {
          "line": 148,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4229,
      "end": 4230,
      "loc": {
        "start": {
          "line": 148,
          "column": 11
        },
        "end": {
          "line": 148,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4230,
      "end": 4231,
      "loc": {
        "start": {
          "line": 148,
          "column": 12
        },
        "end": {
          "line": 148,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4232,
      "end": 4233,
      "loc": {
        "start": {
          "line": 148,
          "column": 14
        },
        "end": {
          "line": 148,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4238,
      "end": 4244,
      "loc": {
        "start": {
          "line": 149,
          "column": 4
        },
        "end": {
          "line": 149,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4245,
      "end": 4249,
      "loc": {
        "start": {
          "line": 149,
          "column": 11
        },
        "end": {
          "line": 149,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4249,
      "end": 4250,
      "loc": {
        "start": {
          "line": 149,
          "column": 15
        },
        "end": {
          "line": 149,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__cache",
      "start": 4250,
      "end": 4257,
      "loc": {
        "start": {
          "line": 149,
          "column": 16
        },
        "end": {
          "line": 149,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4260,
      "end": 4261,
      "loc": {
        "start": {
          "line": 150,
          "column": 2
        },
        "end": {
          "line": 150,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns a load file by id\n   * @param {String} id\n   * @return {Object}\n   ",
      "start": 4265,
      "end": 4351,
      "loc": {
        "start": {
          "line": 152,
          "column": 2
        },
        "end": {
          "line": 156,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 4354,
      "end": 4357,
      "loc": {
        "start": {
          "line": 157,
          "column": 2
        },
        "end": {
          "line": 157,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4358,
      "end": 4359,
      "loc": {
        "start": {
          "line": 157,
          "column": 6
        },
        "end": {
          "line": 157,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4360,
      "end": 4362,
      "loc": {
        "start": {
          "line": 157,
          "column": 8
        },
        "end": {
          "line": 157,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4363,
      "end": 4364,
      "loc": {
        "start": {
          "line": 157,
          "column": 11
        },
        "end": {
          "line": 157,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4365,
      "end": 4366,
      "loc": {
        "start": {
          "line": 157,
          "column": 13
        },
        "end": {
          "line": 157,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4371,
      "end": 4377,
      "loc": {
        "start": {
          "line": 158,
          "column": 4
        },
        "end": {
          "line": 158,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4378,
      "end": 4382,
      "loc": {
        "start": {
          "line": 158,
          "column": 11
        },
        "end": {
          "line": 158,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4382,
      "end": 4383,
      "loc": {
        "start": {
          "line": 158,
          "column": 15
        },
        "end": {
          "line": 158,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__cache",
      "start": 4383,
      "end": 4390,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4390,
      "end": 4391,
      "loc": {
        "start": {
          "line": 158,
          "column": 23
        },
        "end": {
          "line": 158,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4392,
      "end": 4394,
      "loc": {
        "start": {
          "line": 158,
          "column": 25
        },
        "end": {
          "line": 158,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4395,
      "end": 4396,
      "loc": {
        "start": {
          "line": 158,
          "column": 28
        },
        "end": {
          "line": 158,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4399,
      "end": 4400,
      "loc": {
        "start": {
          "line": 159,
          "column": 2
        },
        "end": {
          "line": 159,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4401,
      "end": 4402,
      "loc": {
        "start": {
          "line": 160,
          "column": 0
        },
        "end": {
          "line": 160,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Returns a singleton of the Loader\n ",
      "start": 4404,
      "end": 4448,
      "loc": {
        "start": {
          "line": 162,
          "column": 0
        },
        "end": {
          "line": 164,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 4449,
      "end": 4455,
      "loc": {
        "start": {
          "line": 165,
          "column": 0
        },
        "end": {
          "line": 165,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 4456,
      "end": 4459,
      "loc": {
        "start": {
          "line": 165,
          "column": 7
        },
        "end": {
          "line": 165,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loader",
      "start": 4460,
      "end": 4466,
      "loc": {
        "start": {
          "line": 165,
          "column": 11
        },
        "end": {
          "line": 165,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4467,
      "end": 4468,
      "loc": {
        "start": {
          "line": 165,
          "column": 18
        },
        "end": {
          "line": 165,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 4469,
      "end": 4472,
      "loc": {
        "start": {
          "line": 165,
          "column": 20
        },
        "end": {
          "line": 165,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Loader",
      "start": 4473,
      "end": 4479,
      "loc": {
        "start": {
          "line": 165,
          "column": 24
        },
        "end": {
          "line": 165,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4479,
      "end": 4480,
      "loc": {
        "start": {
          "line": 165,
          "column": 30
        },
        "end": {
          "line": 165,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4480,
      "end": 4481,
      "loc": {
        "start": {
          "line": 165,
          "column": 31
        },
        "end": {
          "line": 165,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4482,
      "end": 4482,
      "loc": {
        "start": {
          "line": 166,
          "column": 0
        },
        "end": {
          "line": 166,
          "column": 0
        }
      }
    }
  ]
}