{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "ajax",
            "range": [
              7,
              11
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 11
              }
            }
          },
          "range": [
            7,
            11
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 11
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./ajax",
        "raw": "\"./ajax\"",
        "range": [
          17,
          25
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 17
          },
          "end": {
            "line": 1,
            "column": 25
          }
        }
      },
      "range": [
        0,
        26
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "id": {
          "type": "Identifier",
          "name": "AjaxAdapter",
          "range": [
            49,
            60
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 21
            },
            "end": {
              "line": 3,
              "column": 32
            }
          }
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor",
                "range": [
                  66,
                  77
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 2
                  },
                  "end": {
                    "line": 5,
                    "column": 13
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "options",
                    "range": [
                      78,
                      85
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 14
                      },
                      "end": {
                        "line": 5,
                        "column": 21
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "ThisExpression",
                            "range": [
                              93,
                              97
                            ],
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 4
                              },
                              "end": {
                                "line": 6,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_base",
                            "range": [
                              98,
                              103
                            ],
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 9
                              },
                              "end": {
                                "line": 6,
                                "column": 14
                              }
                            }
                          },
                          "range": [
                            93,
                            103
                          ],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 4
                            },
                            "end": {
                              "line": 6,
                              "column": 14
                            }
                          }
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "operator": "||",
                          "left": {
                            "type": "LogicalExpression",
                            "operator": "&&",
                            "left": {
                              "type": "Identifier",
                              "name": "options",
                              "range": [
                                107,
                                114
                              ],
                              "loc": {
                                "start": {
                                  "line": 6,
                                  "column": 18
                                },
                                "end": {
                                  "line": 6,
                                  "column": 25
                                }
                              }
                            },
                            "right": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "options",
                                "range": [
                                  118,
                                  125
                                ],
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 36
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "base",
                                "range": [
                                  126,
                                  130
                                ],
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 41
                                  }
                                }
                              },
                              "range": [
                                118,
                                130
                              ],
                              "loc": {
                                "start": {
                                  "line": 6,
                                  "column": 29
                                },
                                "end": {
                                  "line": 6,
                                  "column": 41
                                }
                              }
                            },
                            "range": [
                              107,
                              130
                            ],
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 18
                              },
                              "end": {
                                "line": 6,
                                "column": 41
                              }
                            }
                          },
                          "right": {
                            "type": "Literal",
                            "value": "",
                            "raw": "\"\"",
                            "range": [
                              135,
                              137
                            ],
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 46
                              },
                              "end": {
                                "line": 6,
                                "column": 48
                              }
                            }
                          },
                          "range": [
                            106,
                            137
                          ],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 17
                            },
                            "end": {
                              "line": 6,
                              "column": 48
                            }
                          }
                        },
                        "range": [
                          93,
                          137
                        ],
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 4
                          },
                          "end": {
                            "line": 6,
                            "column": 48
                          }
                        }
                      },
                      "range": [
                        93,
                        138
                      ],
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 4
                        },
                        "end": {
                          "line": 6,
                          "column": 49
                        }
                      }
                    }
                  ],
                  "range": [
                    87,
                    142
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 23
                    },
                    "end": {
                      "line": 7,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  77,
                  142
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 13
                  },
                  "end": {
                    "line": 7,
                    "column": 3
                  }
                }
              },
              "kind": "constructor",
              "computed": false,
              "range": [
                66,
                142
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 2
                },
                "end": {
                  "line": 7,
                  "column": 3
                }
              },
              "static": false
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "create",
                "range": [
                  147,
                  153
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 2
                  },
                  "end": {
                    "line": 9,
                    "column": 8
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "store",
                    "range": [
                      154,
                      159
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 9
                      },
                      "end": {
                        "line": 9,
                        "column": 14
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "type",
                    "range": [
                      161,
                      165
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 16
                      },
                      "end": {
                        "line": 9,
                        "column": 20
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "partial",
                    "range": [
                      167,
                      174
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 22
                      },
                      "end": {
                        "line": 9,
                        "column": 29
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "options",
                    "range": [
                      176,
                      183
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 31
                      },
                      "end": {
                        "line": 9,
                        "column": 38
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "IfStatement",
                      "test": {
                        "type": "UnaryExpression",
                        "operator": "!",
                        "argument": {
                          "type": "MemberExpression",
                          "computed": true,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "store",
                              "range": [
                                197,
                                202
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 9
                                },
                                "end": {
                                  "line": 11,
                                  "column": 14
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "_types",
                              "range": [
                                203,
                                209
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 15
                                },
                                "end": {
                                  "line": 11,
                                  "column": 21
                                }
                              }
                            },
                            "range": [
                              197,
                              209
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 9
                              },
                              "end": {
                                "line": 11,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "type",
                            "range": [
                              210,
                              214
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 22
                              },
                              "end": {
                                "line": 11,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            197,
                            215
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 9
                            },
                            "end": {
                              "line": 11,
                              "column": 27
                            }
                          }
                        },
                        "prefix": true,
                        "range": [
                          196,
                          215
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 27
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ThrowStatement",
                            "argument": {
                              "type": "NewExpression",
                              "callee": {
                                "type": "Identifier",
                                "name": "Error",
                                "range": [
                                  235,
                                  240
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 21
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "TemplateLiteral",
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "value": {
                                        "raw": "Unknown type '",
                                        "cooked": "Unknown type '"
                                      },
                                      "tail": false,
                                      "range": [
                                        241,
                                        258
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 39
                                        }
                                      }
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "value": {
                                        "raw": "'",
                                        "cooked": "'"
                                      },
                                      "tail": true,
                                      "range": [
                                        262,
                                        265
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 46
                                        }
                                      }
                                    }
                                  ],
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "name": "type",
                                      "range": [
                                        258,
                                        262
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 43
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    241,
                                    265
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 46
                                    }
                                  }
                                }
                              ],
                              "range": [
                                231,
                                266
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 12
                                },
                                "end": {
                                  "line": 12,
                                  "column": 47
                                }
                              }
                            },
                            "range": [
                              225,
                              267
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 6
                              },
                              "end": {
                                "line": 12,
                                "column": 48
                              }
                            }
                          }
                        ],
                        "range": [
                          217,
                          273
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 29
                          },
                          "end": {
                            "line": 13,
                            "column": 5
                          }
                        }
                      },
                      "alternate": null,
                      "range": [
                        192,
                        273
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              283,
                              289
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 14
                              }
                            }
                          },
                          "init": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "ajax",
                                          "range": [
                                            292,
                                            296
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "body",
                                                  "range": [
                                                    305,
                                                    309
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 16,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 16,
                                                      "column": 10
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "JSON",
                                                      "range": [
                                                        311,
                                                        315
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 16,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 16,
                                                          "column": 16
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "stringify",
                                                      "range": [
                                                        316,
                                                        325
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 16,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 16,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      311,
                                                      325
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 16,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 16,
                                                        "column": 26
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ObjectExpression",
                                                      "properties": [
                                                        {
                                                          "type": "Property",
                                                          "key": {
                                                            "type": "Identifier",
                                                            "name": "data",
                                                            "range": [
                                                              336,
                                                              340
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 17,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 17,
                                                                "column": 12
                                                              }
                                                            }
                                                          },
                                                          "value": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "store",
                                                                "range": [
                                                                  342,
                                                                  347
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 17,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 17,
                                                                    "column": 19
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "convert",
                                                                "range": [
                                                                  348,
                                                                  355
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 17,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 17,
                                                                    "column": 27
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                342,
                                                                355
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 17,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 17,
                                                                  "column": 27
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "type",
                                                                "range": [
                                                                  356,
                                                                  360
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 17,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 17,
                                                                    "column": 32
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "name": "partial",
                                                                "range": [
                                                                  362,
                                                                  369
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 17,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 17,
                                                                    "column": 41
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              342,
                                                              370
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 17,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 17,
                                                                "column": 42
                                                              }
                                                            }
                                                          },
                                                          "kind": "init",
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "range": [
                                                            336,
                                                            370
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 17,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 17,
                                                              "column": 42
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        326,
                                                        378
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 16,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 18,
                                                          "column": 7
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    311,
                                                    379
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 16,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 18,
                                                      "column": 8
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  305,
                                                  379
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 16,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 18,
                                                    "column": 8
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "crossDomain",
                                                  "range": [
                                                    387,
                                                    398
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 17
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": true,
                                                  "raw": "true",
                                                  "range": [
                                                    400,
                                                    404
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 23
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  387,
                                                  404
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "headers",
                                                  "range": [
                                                    412,
                                                    419
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "ObjectExpression",
                                                  "properties": [
                                                    {
                                                      "type": "Property",
                                                      "key": {
                                                        "type": "Literal",
                                                        "value": "Content-Type",
                                                        "raw": "\"Content-Type\"",
                                                        "range": [
                                                          431,
                                                          445
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 21,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 21,
                                                            "column": 22
                                                          }
                                                        }
                                                      },
                                                      "value": {
                                                        "type": "Literal",
                                                        "value": "application/vnd.api+json",
                                                        "raw": "\"application/vnd.api+json\"",
                                                        "range": [
                                                          447,
                                                          473
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 21,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 21,
                                                            "column": 50
                                                          }
                                                        }
                                                      },
                                                      "kind": "init",
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "range": [
                                                        431,
                                                        473
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 21,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 21,
                                                          "column": 50
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    421,
                                                    481
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 22,
                                                      "column": 7
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  412,
                                                  481
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 20,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 7
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "method",
                                                  "range": [
                                                    489,
                                                    495
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 12
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "POST",
                                                  "raw": "\"POST\"",
                                                  "range": [
                                                    497,
                                                    503
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  489,
                                                  503
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "responseType",
                                                  "range": [
                                                    511,
                                                    523
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 18
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "auto",
                                                  "raw": "\"auto\"",
                                                  "range": [
                                                    525,
                                                    531
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  511,
                                                  531
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "url",
                                                  "range": [
                                                    539,
                                                    542
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 9
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "range": [
                                                        544,
                                                        548
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 25,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 25,
                                                          "column": 15
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "_getUrl",
                                                      "range": [
                                                        549,
                                                        556
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 25,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 25,
                                                          "column": 23
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      544,
                                                      556
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 25,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 25,
                                                        "column": 23
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "type",
                                                      "range": [
                                                        557,
                                                        561
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 25,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 25,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "Literal",
                                                      "value": null,
                                                      "raw": "null",
                                                      "range": [
                                                        563,
                                                        567
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 25,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 25,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "name": "options",
                                                      "range": [
                                                        569,
                                                        576
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 25,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 25,
                                                          "column": 43
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    544,
                                                    577
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  539,
                                                  577
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 44
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              297,
                                              583
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 5
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          292,
                                          584
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 6
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "do",
                                        "range": [
                                          585,
                                          587
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 9
                                          }
                                        }
                                      },
                                      "range": [
                                        292,
                                        587
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "e",
                                            "range": [
                                              588,
                                              589
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 11
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "store",
                                              "range": [
                                                593,
                                                598
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "push",
                                              "range": [
                                                599,
                                                603
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "range": [
                                              593,
                                              603
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "e",
                                                "range": [
                                                  604,
                                                  605
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "response",
                                                "range": [
                                                  606,
                                                  614
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              "range": [
                                                604,
                                                614
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 36
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            593,
                                            615
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": true,
                                        "range": [
                                          588,
                                          615
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      292,
                                      616
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "map",
                                    "range": [
                                      624,
                                      627
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    292,
                                    627
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "e",
                                        "range": [
                                          628,
                                          629
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 12
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "store",
                                          "range": [
                                            633,
                                            638
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "find",
                                          "range": [
                                            639,
                                            643
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "range": [
                                          633,
                                          643
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "e",
                                                "range": [
                                                  644,
                                                  645
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "response",
                                                "range": [
                                                  646,
                                                  654
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                644,
                                                654
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "data",
                                              "range": [
                                                655,
                                                659
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 42
                                                }
                                              }
                                            },
                                            "range": [
                                              644,
                                              659
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "type",
                                            "range": [
                                              660,
                                              664
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 47
                                              }
                                            }
                                          },
                                          "range": [
                                            644,
                                            664
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 47
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "e",
                                                "range": [
                                                  666,
                                                  667
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "response",
                                                "range": [
                                                  668,
                                                  676
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              "range": [
                                                666,
                                                676
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 59
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "data",
                                              "range": [
                                                677,
                                                681
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 64
                                                }
                                              }
                                            },
                                            "range": [
                                              666,
                                              681
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "id",
                                            "range": [
                                              682,
                                              684
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 67
                                              }
                                            }
                                          },
                                          "range": [
                                            666,
                                            684
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 67
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        633,
                                        685
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 68
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": true,
                                    "range": [
                                      628,
                                      685
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 68
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  292,
                                  686
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 69
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "publish",
                                "range": [
                                  694,
                                  701
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 14
                                  }
                                }
                              },
                              "range": [
                                292,
                                701
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 17
                                },
                                "end": {
                                  "line": 28,
                                  "column": 14
                                }
                              }
                            },
                            "arguments": [],
                            "range": [
                              292,
                              703
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 17
                              },
                              "end": {
                                "line": 28,
                                "column": 16
                              }
                            }
                          },
                          "range": [
                            283,
                            703
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 16
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "range": [
                        279,
                        704
                      ],
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 28,
                          "column": 17
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              710,
                              716
                            ],
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 4
                              },
                              "end": {
                                "line": 30,
                                "column": 10
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "connect",
                            "range": [
                              717,
                              724
                            ],
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 11
                              },
                              "end": {
                                "line": 30,
                                "column": 18
                              }
                            }
                          },
                          "range": [
                            710,
                            724
                          ],
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 4
                            },
                            "end": {
                              "line": 30,
                              "column": 18
                            }
                          }
                        },
                        "arguments": [],
                        "range": [
                          710,
                          726
                        ],
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 4
                          },
                          "end": {
                            "line": 30,
                            "column": 20
                          }
                        }
                      },
                      "range": [
                        710,
                        727
                      ],
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 4
                        },
                        "end": {
                          "line": 30,
                          "column": 21
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "source",
                        "range": [
                          740,
                          746
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 11
                          },
                          "end": {
                            "line": 32,
                            "column": 17
                          }
                        }
                      },
                      "range": [
                        733,
                        747
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 4
                        },
                        "end": {
                          "line": 32,
                          "column": 18
                        }
                      }
                    }
                  ],
                  "range": [
                    185,
                    752
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 40
                    },
                    "end": {
                      "line": 34,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  153,
                  752
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 8
                  },
                  "end": {
                    "line": 34,
                    "column": 3
                  }
                }
              },
              "kind": "method",
              "computed": false,
              "range": [
                147,
                752
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 2
                },
                "end": {
                  "line": 34,
                  "column": 3
                }
              },
              "static": false
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "destroy",
                "range": [
                  756,
                  763
                ],
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 2
                  },
                  "end": {
                    "line": 36,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "store",
                    "range": [
                      764,
                      769
                    ],
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 10
                      },
                      "end": {
                        "line": 36,
                        "column": 15
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "type",
                    "range": [
                      771,
                      775
                    ],
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 17
                      },
                      "end": {
                        "line": 36,
                        "column": 21
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "id",
                    "range": [
                      777,
                      779
                    ],
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 23
                      },
                      "end": {
                        "line": 36,
                        "column": 25
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "options",
                    "range": [
                      781,
                      788
                    ],
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 27
                      },
                      "end": {
                        "line": 36,
                        "column": 34
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "IfStatement",
                      "test": {
                        "type": "UnaryExpression",
                        "operator": "!",
                        "argument": {
                          "type": "MemberExpression",
                          "computed": true,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "store",
                              "range": [
                                802,
                                807
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 9
                                },
                                "end": {
                                  "line": 38,
                                  "column": 14
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "_types",
                              "range": [
                                808,
                                814
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 15
                                },
                                "end": {
                                  "line": 38,
                                  "column": 21
                                }
                              }
                            },
                            "range": [
                              802,
                              814
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 9
                              },
                              "end": {
                                "line": 38,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "type",
                            "range": [
                              815,
                              819
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 22
                              },
                              "end": {
                                "line": 38,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            802,
                            820
                          ],
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 9
                            },
                            "end": {
                              "line": 38,
                              "column": 27
                            }
                          }
                        },
                        "prefix": true,
                        "range": [
                          801,
                          820
                        ],
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 8
                          },
                          "end": {
                            "line": 38,
                            "column": 27
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ThrowStatement",
                            "argument": {
                              "type": "NewExpression",
                              "callee": {
                                "type": "Identifier",
                                "name": "Error",
                                "range": [
                                  840,
                                  845
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 21
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "TemplateLiteral",
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "value": {
                                        "raw": "Unknown type '",
                                        "cooked": "Unknown type '"
                                      },
                                      "tail": false,
                                      "range": [
                                        846,
                                        863
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 39
                                        }
                                      }
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "value": {
                                        "raw": "'",
                                        "cooked": "'"
                                      },
                                      "tail": true,
                                      "range": [
                                        867,
                                        870
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 46
                                        }
                                      }
                                    }
                                  ],
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "name": "type",
                                      "range": [
                                        863,
                                        867
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 43
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    846,
                                    870
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 46
                                    }
                                  }
                                }
                              ],
                              "range": [
                                836,
                                871
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 12
                                },
                                "end": {
                                  "line": 39,
                                  "column": 47
                                }
                              }
                            },
                            "range": [
                              830,
                              872
                            ],
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 6
                              },
                              "end": {
                                "line": 39,
                                "column": 48
                              }
                            }
                          }
                        ],
                        "range": [
                          822,
                          878
                        ],
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 29
                          },
                          "end": {
                            "line": 40,
                            "column": 5
                          }
                        }
                      },
                      "alternate": null,
                      "range": [
                        797,
                        878
                      ],
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              888,
                              894
                            ],
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 8
                              },
                              "end": {
                                "line": 42,
                                "column": 14
                              }
                            }
                          },
                          "init": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "ajax",
                                      "range": [
                                        897,
                                        901
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "crossDomain",
                                              "range": [
                                                910,
                                                921
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 17
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": true,
                                              "raw": "true",
                                              "range": [
                                                923,
                                                927
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              910,
                                              927
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 23
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "headers",
                                              "range": [
                                                935,
                                                942
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 13
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "ObjectExpression",
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "key": {
                                                    "type": "Literal",
                                                    "value": "Content-Type",
                                                    "raw": "\"Content-Type\"",
                                                    "range": [
                                                      954,
                                                      968
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 22
                                                      }
                                                    }
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "value": "application/vnd.api+json",
                                                    "raw": "\"application/vnd.api+json\"",
                                                    "range": [
                                                      970,
                                                      996
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 50
                                                      }
                                                    }
                                                  },
                                                  "kind": "init",
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "range": [
                                                    954,
                                                    996
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 50
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                944,
                                                1004
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 7
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              935,
                                              1004
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 7
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "method",
                                              "range": [
                                                1012,
                                                1018
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "DELETE",
                                              "raw": "\"DELETE\"",
                                              "range": [
                                                1020,
                                                1028
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              1012,
                                              1028
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 22
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "responseType",
                                              "range": [
                                                1036,
                                                1048
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 18
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "auto",
                                              "raw": "\"auto\"",
                                              "range": [
                                                1050,
                                                1056
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              1036,
                                              1056
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 26
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "url",
                                              "range": [
                                                1064,
                                                1067
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 9
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "range": [
                                                    1069,
                                                    1073
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 15
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "_getUrl",
                                                  "range": [
                                                    1074,
                                                    1081
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 23
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1069,
                                                  1081
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 11
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "name": "type",
                                                  "range": [
                                                    1082,
                                                    1086
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "name": "id",
                                                  "range": [
                                                    1088,
                                                    1090
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "name": "options",
                                                  "range": [
                                                    1092,
                                                    1099
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 41
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                1069,
                                                1100
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 42
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              1064,
                                              1100
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 42
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          902,
                                          1106
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 5
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      897,
                                      1107
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 6
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "do",
                                    "range": [
                                      1108,
                                      1110
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    897,
                                    1110
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 9
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "store",
                                          "range": [
                                            1117,
                                            1122
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "remove",
                                          "range": [
                                            1123,
                                            1129
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "range": [
                                          1117,
                                          1129
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "type",
                                          "range": [
                                            1130,
                                            1134
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 33
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "id",
                                          "range": [
                                            1136,
                                            1138
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 37
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1117,
                                        1139
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": true,
                                    "range": [
                                      1111,
                                      1139
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 38
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  897,
                                  1140
                                ],
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 39
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "publish",
                                "range": [
                                  1148,
                                  1155
                                ],
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 14
                                  }
                                }
                              },
                              "range": [
                                897,
                                1155
                              ],
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 17
                                },
                                "end": {
                                  "line": 51,
                                  "column": 14
                                }
                              }
                            },
                            "arguments": [],
                            "range": [
                              897,
                              1157
                            ],
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 17
                              },
                              "end": {
                                "line": 51,
                                "column": 16
                              }
                            }
                          },
                          "range": [
                            888,
                            1157
                          ],
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 16
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "range": [
                        884,
                        1158
                      ],
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 4
                        },
                        "end": {
                          "line": 51,
                          "column": 17
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              1164,
                              1170
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 4
                              },
                              "end": {
                                "line": 53,
                                "column": 10
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "connect",
                            "range": [
                              1171,
                              1178
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 11
                              },
                              "end": {
                                "line": 53,
                                "column": 18
                              }
                            }
                          },
                          "range": [
                            1164,
                            1178
                          ],
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 4
                            },
                            "end": {
                              "line": 53,
                              "column": 18
                            }
                          }
                        },
                        "arguments": [],
                        "range": [
                          1164,
                          1180
                        ],
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 4
                          },
                          "end": {
                            "line": 53,
                            "column": 20
                          }
                        }
                      },
                      "range": [
                        1164,
                        1181
                      ],
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 4
                        },
                        "end": {
                          "line": 53,
                          "column": 21
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "source",
                        "range": [
                          1194,
                          1200
                        ],
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 11
                          },
                          "end": {
                            "line": 55,
                            "column": 17
                          }
                        }
                      },
                      "range": [
                        1187,
                        1201
                      ],
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 4
                        },
                        "end": {
                          "line": 55,
                          "column": 18
                        }
                      }
                    }
                  ],
                  "range": [
                    790,
                    1206
                  ],
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 36
                    },
                    "end": {
                      "line": 57,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  763,
                  1206
                ],
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 9
                  },
                  "end": {
                    "line": 57,
                    "column": 3
                  }
                }
              },
              "kind": "method",
              "computed": false,
              "range": [
                756,
                1206
              ],
              "loc": {
                "start": {
                  "line": 36,
                  "column": 2
                },
                "end": {
                  "line": 57,
                  "column": 3
                }
              },
              "static": false
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "load",
                "range": [
                  1210,
                  1214
                ],
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 2
                  },
                  "end": {
                    "line": 59,
                    "column": 6
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "store",
                    "range": [
                      1215,
                      1220
                    ],
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 7
                      },
                      "end": {
                        "line": 59,
                        "column": 12
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "type",
                    "range": [
                      1222,
                      1226
                    ],
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 14
                      },
                      "end": {
                        "line": 59,
                        "column": 18
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "id",
                    "range": [
                      1228,
                      1230
                    ],
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 20
                      },
                      "end": {
                        "line": 59,
                        "column": 22
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "options",
                    "range": [
                      1232,
                      1239
                    ],
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 24
                      },
                      "end": {
                        "line": 59,
                        "column": 31
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "IfStatement",
                      "test": {
                        "type": "LogicalExpression",
                        "operator": "&&",
                        "left": {
                          "type": "Identifier",
                          "name": "id",
                          "range": [
                            1252,
                            1254
                          ],
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 8
                            },
                            "end": {
                              "line": 61,
                              "column": 10
                            }
                          }
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "operator": "===",
                          "left": {
                            "type": "UnaryExpression",
                            "operator": "typeof",
                            "argument": {
                              "type": "Identifier",
                              "name": "id",
                              "range": [
                                1265,
                                1267
                              ],
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 21
                                },
                                "end": {
                                  "line": 61,
                                  "column": 23
                                }
                              }
                            },
                            "prefix": true,
                            "range": [
                              1258,
                              1267
                            ],
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 14
                              },
                              "end": {
                                "line": 61,
                                "column": 23
                              }
                            }
                          },
                          "right": {
                            "type": "Literal",
                            "value": "object",
                            "raw": "\"object\"",
                            "range": [
                              1272,
                              1280
                            ],
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 28
                              },
                              "end": {
                                "line": 61,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            1258,
                            1280
                          ],
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 14
                            },
                            "end": {
                              "line": 61,
                              "column": 36
                            }
                          }
                        },
                        "range": [
                          1252,
                          1280
                        ],
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 8
                          },
                          "end": {
                            "line": 61,
                            "column": 36
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "argument": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1297,
                                    1301
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "load",
                                  "range": [
                                    1302,
                                    1306
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  1297,
                                  1306
                                ],
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 22
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "name": "store",
                                  "range": [
                                    1307,
                                    1312
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 28
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "type",
                                  "range": [
                                    1314,
                                    1318
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 34
                                    }
                                  }
                                },
                                {
                                  "type": "Literal",
                                  "value": null,
                                  "raw": "null",
                                  "range": [
                                    1320,
                                    1324
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 40
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "id",
                                  "range": [
                                    1326,
                                    1328
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 44
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1297,
                                1329
                              ],
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 13
                                },
                                "end": {
                                  "line": 62,
                                  "column": 45
                                }
                              }
                            },
                            "range": [
                              1290,
                              1330
                            ],
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 6
                              },
                              "end": {
                                "line": 62,
                                "column": 46
                              }
                            }
                          }
                        ],
                        "range": [
                          1282,
                          1336
                        ],
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 38
                          },
                          "end": {
                            "line": 63,
                            "column": 5
                          }
                        }
                      },
                      "alternate": null,
                      "range": [
                        1248,
                        1336
                      ],
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 4
                        },
                        "end": {
                          "line": 63,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "test": {
                        "type": "UnaryExpression",
                        "operator": "!",
                        "argument": {
                          "type": "MemberExpression",
                          "computed": true,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "store",
                              "range": [
                                1347,
                                1352
                              ],
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 9
                                },
                                "end": {
                                  "line": 65,
                                  "column": 14
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "_types",
                              "range": [
                                1353,
                                1359
                              ],
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 15
                                },
                                "end": {
                                  "line": 65,
                                  "column": 21
                                }
                              }
                            },
                            "range": [
                              1347,
                              1359
                            ],
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 9
                              },
                              "end": {
                                "line": 65,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "type",
                            "range": [
                              1360,
                              1364
                            ],
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 22
                              },
                              "end": {
                                "line": 65,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            1347,
                            1365
                          ],
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 9
                            },
                            "end": {
                              "line": 65,
                              "column": 27
                            }
                          }
                        },
                        "prefix": true,
                        "range": [
                          1346,
                          1365
                        ],
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 8
                          },
                          "end": {
                            "line": 65,
                            "column": 27
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ThrowStatement",
                            "argument": {
                              "type": "NewExpression",
                              "callee": {
                                "type": "Identifier",
                                "name": "Error",
                                "range": [
                                  1385,
                                  1390
                                ],
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 21
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "TemplateLiteral",
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "value": {
                                        "raw": "Unknown type '",
                                        "cooked": "Unknown type '"
                                      },
                                      "tail": false,
                                      "range": [
                                        1391,
                                        1408
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 39
                                        }
                                      }
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "value": {
                                        "raw": "'",
                                        "cooked": "'"
                                      },
                                      "tail": true,
                                      "range": [
                                        1412,
                                        1415
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 46
                                        }
                                      }
                                    }
                                  ],
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "name": "type",
                                      "range": [
                                        1408,
                                        1412
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 43
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1391,
                                    1415
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 46
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1381,
                                1416
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 12
                                },
                                "end": {
                                  "line": 66,
                                  "column": 47
                                }
                              }
                            },
                            "range": [
                              1375,
                              1417
                            ],
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 6
                              },
                              "end": {
                                "line": 66,
                                "column": 48
                              }
                            }
                          }
                        ],
                        "range": [
                          1367,
                          1423
                        ],
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 29
                          },
                          "end": {
                            "line": 67,
                            "column": 5
                          }
                        }
                      },
                      "alternate": null,
                      "range": [
                        1342,
                        1423
                      ],
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 4
                        },
                        "end": {
                          "line": 67,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              1433,
                              1439
                            ],
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 8
                              },
                              "end": {
                                "line": 69,
                                "column": 14
                              }
                            }
                          },
                          "init": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "ajax",
                                          "range": [
                                            1442,
                                            1446
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "crossDomain",
                                                  "range": [
                                                    1455,
                                                    1466
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 17
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": true,
                                                  "raw": "true",
                                                  "range": [
                                                    1468,
                                                    1472
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 23
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1455,
                                                  1472
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "headers",
                                                  "range": [
                                                    1480,
                                                    1487
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "ObjectExpression",
                                                  "properties": [
                                                    {
                                                      "type": "Property",
                                                      "key": {
                                                        "type": "Literal",
                                                        "value": "Content-Type",
                                                        "raw": "\"Content-Type\"",
                                                        "range": [
                                                          1499,
                                                          1513
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 72,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 72,
                                                            "column": 22
                                                          }
                                                        }
                                                      },
                                                      "value": {
                                                        "type": "Literal",
                                                        "value": "application/vnd.api+json",
                                                        "raw": "\"application/vnd.api+json\"",
                                                        "range": [
                                                          1515,
                                                          1541
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 72,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 72,
                                                            "column": 50
                                                          }
                                                        }
                                                      },
                                                      "kind": "init",
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "range": [
                                                        1499,
                                                        1541
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 72,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 72,
                                                          "column": 50
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1489,
                                                    1549
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 7
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1480,
                                                  1549
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 7
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "method",
                                                  "range": [
                                                    1557,
                                                    1563
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 74,
                                                      "column": 12
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "GET",
                                                  "raw": "\"GET\"",
                                                  "range": [
                                                    1565,
                                                    1570
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 74,
                                                      "column": 19
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1557,
                                                  1570
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "responseType",
                                                  "range": [
                                                    1578,
                                                    1590
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 75,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 75,
                                                      "column": 18
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "auto",
                                                  "raw": "\"auto\"",
                                                  "range": [
                                                    1592,
                                                    1598
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 75,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 75,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1578,
                                                  1598
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "url",
                                                  "range": [
                                                    1606,
                                                    1609
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 9
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "range": [
                                                        1611,
                                                        1615
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 15
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "_getUrl",
                                                      "range": [
                                                        1616,
                                                        1623
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 23
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1611,
                                                      1623
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 23
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "type",
                                                      "range": [
                                                        1624,
                                                        1628
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "name": "id",
                                                      "range": [
                                                        1630,
                                                        1632
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 32
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "name": "options",
                                                      "range": [
                                                        1634,
                                                        1641
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 41
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1611,
                                                    1642
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 42
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1606,
                                                  1642
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 42
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1447,
                                              1648
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 5
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1442,
                                          1649
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 6
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "do",
                                        "range": [
                                          1650,
                                          1652
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 9
                                          }
                                        }
                                      },
                                      "range": [
                                        1442,
                                        1652
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "e",
                                            "range": [
                                              1653,
                                              1654
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 11
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "store",
                                              "range": [
                                                1658,
                                                1663
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "push",
                                              "range": [
                                                1664,
                                                1668
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "range": [
                                              1658,
                                              1668
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "e",
                                                "range": [
                                                  1669,
                                                  1670
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "response",
                                                "range": [
                                                  1671,
                                                  1679
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              "range": [
                                                1669,
                                                1679
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 36
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1658,
                                            1680
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": true,
                                        "range": [
                                          1653,
                                          1680
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1442,
                                      1681
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "map",
                                    "range": [
                                      1689,
                                      1692
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    1442,
                                    1692
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "ConditionalExpression",
                                      "test": {
                                        "type": "Identifier",
                                        "name": "id",
                                        "range": [
                                          1699,
                                          1701
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "store",
                                            "range": [
                                              1704,
                                              1709
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "find",
                                            "range": [
                                              1710,
                                              1714
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 32
                                              }
                                            }
                                          },
                                          "range": [
                                            1704,
                                            1714
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "type",
                                            "range": [
                                              1715,
                                              1719
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 37
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "id",
                                            "range": [
                                              1721,
                                              1723
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 41
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1704,
                                          1724
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "alternate": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "store",
                                            "range": [
                                              1727,
                                              1732
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 50
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "findAll",
                                            "range": [
                                              1733,
                                              1740
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 58
                                              }
                                            }
                                          },
                                          "range": [
                                            1727,
                                            1740
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 58
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "type",
                                            "range": [
                                              1741,
                                              1745
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 63
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1727,
                                          1746
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 64
                                          }
                                        }
                                      },
                                      "range": [
                                        1699,
                                        1746
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 64
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": true,
                                    "range": [
                                      1693,
                                      1746
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 64
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1442,
                                  1747
                                ],
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 65
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "publish",
                                "range": [
                                  1755,
                                  1762
                                ],
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 14
                                  }
                                }
                              },
                              "range": [
                                1442,
                                1762
                              ],
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 17
                                },
                                "end": {
                                  "line": 79,
                                  "column": 14
                                }
                              }
                            },
                            "arguments": [],
                            "range": [
                              1442,
                              1764
                            ],
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 17
                              },
                              "end": {
                                "line": 79,
                                "column": 16
                              }
                            }
                          },
                          "range": [
                            1433,
                            1764
                          ],
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 8
                            },
                            "end": {
                              "line": 79,
                              "column": 16
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "range": [
                        1429,
                        1765
                      ],
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 4
                        },
                        "end": {
                          "line": 79,
                          "column": 17
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              1771,
                              1777
                            ],
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 4
                              },
                              "end": {
                                "line": 81,
                                "column": 10
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "connect",
                            "range": [
                              1778,
                              1785
                            ],
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 11
                              },
                              "end": {
                                "line": 81,
                                "column": 18
                              }
                            }
                          },
                          "range": [
                            1771,
                            1785
                          ],
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 4
                            },
                            "end": {
                              "line": 81,
                              "column": 18
                            }
                          }
                        },
                        "arguments": [],
                        "range": [
                          1771,
                          1787
                        ],
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 4
                          },
                          "end": {
                            "line": 81,
                            "column": 20
                          }
                        }
                      },
                      "range": [
                        1771,
                        1788
                      ],
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 4
                        },
                        "end": {
                          "line": 81,
                          "column": 21
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "source",
                        "range": [
                          1801,
                          1807
                        ],
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 11
                          },
                          "end": {
                            "line": 83,
                            "column": 17
                          }
                        }
                      },
                      "range": [
                        1794,
                        1808
                      ],
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 4
                        },
                        "end": {
                          "line": 83,
                          "column": 18
                        }
                      }
                    }
                  ],
                  "range": [
                    1241,
                    1813
                  ],
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 33
                    },
                    "end": {
                      "line": 85,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  1214,
                  1813
                ],
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 6
                  },
                  "end": {
                    "line": 85,
                    "column": 3
                  }
                }
              },
              "kind": "method",
              "computed": false,
              "range": [
                1210,
                1813
              ],
              "loc": {
                "start": {
                  "line": 59,
                  "column": 2
                },
                "end": {
                  "line": 85,
                  "column": 3
                }
              },
              "static": false
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "update",
                "range": [
                  1817,
                  1823
                ],
                "loc": {
                  "start": {
                    "line": 87,
                    "column": 2
                  },
                  "end": {
                    "line": 87,
                    "column": 8
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "store",
                    "range": [
                      1824,
                      1829
                    ],
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 9
                      },
                      "end": {
                        "line": 87,
                        "column": 14
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "type",
                    "range": [
                      1831,
                      1835
                    ],
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 16
                      },
                      "end": {
                        "line": 87,
                        "column": 20
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "id",
                    "range": [
                      1837,
                      1839
                    ],
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 22
                      },
                      "end": {
                        "line": 87,
                        "column": 24
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "partial",
                    "range": [
                      1841,
                      1848
                    ],
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 26
                      },
                      "end": {
                        "line": 87,
                        "column": 33
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "options",
                    "range": [
                      1850,
                      1857
                    ],
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 35
                      },
                      "end": {
                        "line": 87,
                        "column": 42
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "IfStatement",
                      "test": {
                        "type": "UnaryExpression",
                        "operator": "!",
                        "argument": {
                          "type": "MemberExpression",
                          "computed": true,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "store",
                              "range": [
                                1871,
                                1876
                              ],
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 9
                                },
                                "end": {
                                  "line": 89,
                                  "column": 14
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "_types",
                              "range": [
                                1877,
                                1883
                              ],
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 15
                                },
                                "end": {
                                  "line": 89,
                                  "column": 21
                                }
                              }
                            },
                            "range": [
                              1871,
                              1883
                            ],
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 9
                              },
                              "end": {
                                "line": 89,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "type",
                            "range": [
                              1884,
                              1888
                            ],
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 22
                              },
                              "end": {
                                "line": 89,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            1871,
                            1889
                          ],
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 9
                            },
                            "end": {
                              "line": 89,
                              "column": 27
                            }
                          }
                        },
                        "prefix": true,
                        "range": [
                          1870,
                          1889
                        ],
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 8
                          },
                          "end": {
                            "line": 89,
                            "column": 27
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ThrowStatement",
                            "argument": {
                              "type": "NewExpression",
                              "callee": {
                                "type": "Identifier",
                                "name": "Error",
                                "range": [
                                  1909,
                                  1914
                                ],
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 21
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "TemplateLiteral",
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "value": {
                                        "raw": "Unknown type '",
                                        "cooked": "Unknown type '"
                                      },
                                      "tail": false,
                                      "range": [
                                        1915,
                                        1932
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 39
                                        }
                                      }
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "value": {
                                        "raw": "'",
                                        "cooked": "'"
                                      },
                                      "tail": true,
                                      "range": [
                                        1936,
                                        1939
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 46
                                        }
                                      }
                                    }
                                  ],
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "name": "type",
                                      "range": [
                                        1932,
                                        1936
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 43
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1915,
                                    1939
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 46
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1905,
                                1940
                              ],
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 12
                                },
                                "end": {
                                  "line": 90,
                                  "column": 47
                                }
                              }
                            },
                            "range": [
                              1899,
                              1941
                            ],
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 6
                              },
                              "end": {
                                "line": 90,
                                "column": 48
                              }
                            }
                          }
                        ],
                        "range": [
                          1891,
                          1947
                        ],
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 29
                          },
                          "end": {
                            "line": 91,
                            "column": 5
                          }
                        }
                      },
                      "alternate": null,
                      "range": [
                        1866,
                        1947
                      ],
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 4
                        },
                        "end": {
                          "line": 91,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "data",
                            "range": [
                              1957,
                              1961
                            ],
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 8
                              },
                              "end": {
                                "line": 93,
                                "column": 12
                              }
                            }
                          },
                          "init": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "store",
                                "range": [
                                  1964,
                                  1969
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "convert",
                                "range": [
                                  1970,
                                  1977
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                1964,
                                1977
                              ],
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 15
                                },
                                "end": {
                                  "line": 93,
                                  "column": 28
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "name": "type",
                                "range": [
                                  1978,
                                  1982
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "id",
                                "range": [
                                  1984,
                                  1986
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 37
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "partial",
                                "range": [
                                  1988,
                                  1995
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 46
                                  }
                                }
                              }
                            ],
                            "range": [
                              1964,
                              1996
                            ],
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 15
                              },
                              "end": {
                                "line": 93,
                                "column": 47
                              }
                            }
                          },
                          "range": [
                            1957,
                            1996
                          ],
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 8
                            },
                            "end": {
                              "line": 93,
                              "column": 47
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "range": [
                        1953,
                        1997
                      ],
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 4
                        },
                        "end": {
                          "line": 93,
                          "column": 48
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              2007,
                              2013
                            ],
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 8
                              },
                              "end": {
                                "line": 95,
                                "column": 14
                              }
                            }
                          },
                          "init": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "ajax",
                                          "range": [
                                            2016,
                                            2020
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "body",
                                                  "range": [
                                                    2029,
                                                    2033
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 10
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "JSON",
                                                      "range": [
                                                        2035,
                                                        2039
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 16
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "stringify",
                                                      "range": [
                                                        2040,
                                                        2049
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2035,
                                                      2049
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 26
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ObjectExpression",
                                                      "properties": [
                                                        {
                                                          "type": "Property",
                                                          "key": {
                                                            "type": "Identifier",
                                                            "name": "data",
                                                            "range": [
                                                              2060,
                                                              2064
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 12
                                                              }
                                                            }
                                                          },
                                                          "value": {
                                                            "type": "Identifier",
                                                            "name": "data",
                                                            "range": [
                                                              2066,
                                                              2070
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 18
                                                              }
                                                            }
                                                          },
                                                          "kind": "init",
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "range": [
                                                            2060,
                                                            2070
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 18
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        2050,
                                                        2078
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 98,
                                                          "column": 7
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2035,
                                                    2079
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 98,
                                                      "column": 8
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  2029,
                                                  2079
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 8
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "crossDomain",
                                                  "range": [
                                                    2087,
                                                    2098
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 17
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": true,
                                                  "raw": "true",
                                                  "range": [
                                                    2100,
                                                    2104
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 23
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  2087,
                                                  2104
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "headers",
                                                  "range": [
                                                    2112,
                                                    2119
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "ObjectExpression",
                                                  "properties": [
                                                    {
                                                      "type": "Property",
                                                      "key": {
                                                        "type": "Literal",
                                                        "value": "Content-Type",
                                                        "raw": "\"Content-Type\"",
                                                        "range": [
                                                          2131,
                                                          2145
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 22
                                                          }
                                                        }
                                                      },
                                                      "value": {
                                                        "type": "Literal",
                                                        "value": "application/vnd.api+json",
                                                        "raw": "\"application/vnd.api+json\"",
                                                        "range": [
                                                          2147,
                                                          2173
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 50
                                                          }
                                                        }
                                                      },
                                                      "kind": "init",
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "range": [
                                                        2131,
                                                        2173
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 50
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2121,
                                                    2181
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 7
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  2112,
                                                  2181
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 7
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "method",
                                                  "range": [
                                                    2189,
                                                    2195
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 12
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "PATCH",
                                                  "raw": "\"PATCH\"",
                                                  "range": [
                                                    2197,
                                                    2204
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 21
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  2189,
                                                  2204
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "responseType",
                                                  "range": [
                                                    2212,
                                                    2224
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 18
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "auto",
                                                  "raw": "\"auto\"",
                                                  "range": [
                                                    2226,
                                                    2232
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  2212,
                                                  2232
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "url",
                                                  "range": [
                                                    2240,
                                                    2243
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 9
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "range": [
                                                        2245,
                                                        2249
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 15
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "_getUrl",
                                                      "range": [
                                                        2250,
                                                        2257
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 23
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2245,
                                                      2257
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 23
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "type",
                                                      "range": [
                                                        2258,
                                                        2262
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "name": "id",
                                                      "range": [
                                                        2264,
                                                        2266
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 32
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "name": "options",
                                                      "range": [
                                                        2268,
                                                        2275
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 41
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2245,
                                                    2276
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 42
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  2240,
                                                  2276
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 42
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2021,
                                              2282
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 5
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2016,
                                          2283
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 6
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "do",
                                        "range": [
                                          2284,
                                          2286
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 9
                                          }
                                        }
                                      },
                                      "range": [
                                        2016,
                                        2286
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "store",
                                              "range": [
                                                2293,
                                                2298
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 106,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "add",
                                              "range": [
                                                2299,
                                                2302
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 106,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "range": [
                                              2293,
                                              2302
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 106,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "data",
                                              "range": [
                                                2303,
                                                2307
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 106,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 30
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2293,
                                            2308
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": true,
                                        "range": [
                                          2287,
                                          2308
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2016,
                                      2309
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "map",
                                    "range": [
                                      2317,
                                      2320
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    2016,
                                    2320
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 107,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "store",
                                          "range": [
                                            2327,
                                            2332
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "find",
                                          "range": [
                                            2333,
                                            2337
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "range": [
                                          2327,
                                          2337
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 27
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "type",
                                          "range": [
                                            2338,
                                            2342
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 32
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "id",
                                          "range": [
                                            2344,
                                            2346
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 36
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2327,
                                        2347
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": true,
                                    "range": [
                                      2321,
                                      2347
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 37
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2016,
                                  2348
                                ],
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 38
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "publish",
                                "range": [
                                  2356,
                                  2363
                                ],
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 14
                                  }
                                }
                              },
                              "range": [
                                2016,
                                2363
                              ],
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 17
                                },
                                "end": {
                                  "line": 108,
                                  "column": 14
                                }
                              }
                            },
                            "arguments": [],
                            "range": [
                              2016,
                              2365
                            ],
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 17
                              },
                              "end": {
                                "line": 108,
                                "column": 16
                              }
                            }
                          },
                          "range": [
                            2007,
                            2365
                          ],
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 8
                            },
                            "end": {
                              "line": 108,
                              "column": 16
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "range": [
                        2003,
                        2366
                      ],
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 4
                        },
                        "end": {
                          "line": 108,
                          "column": 17
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              2372,
                              2378
                            ],
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 4
                              },
                              "end": {
                                "line": 110,
                                "column": 10
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "connect",
                            "range": [
                              2379,
                              2386
                            ],
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 11
                              },
                              "end": {
                                "line": 110,
                                "column": 18
                              }
                            }
                          },
                          "range": [
                            2372,
                            2386
                          ],
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 4
                            },
                            "end": {
                              "line": 110,
                              "column": 18
                            }
                          }
                        },
                        "arguments": [],
                        "range": [
                          2372,
                          2388
                        ],
                        "loc": {
                          "start": {
                            "line": 110,
                            "column": 4
                          },
                          "end": {
                            "line": 110,
                            "column": 20
                          }
                        }
                      },
                      "range": [
                        2372,
                        2389
                      ],
                      "loc": {
                        "start": {
                          "line": 110,
                          "column": 4
                        },
                        "end": {
                          "line": 110,
                          "column": 21
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "source",
                        "range": [
                          2402,
                          2408
                        ],
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 11
                          },
                          "end": {
                            "line": 112,
                            "column": 17
                          }
                        }
                      },
                      "range": [
                        2395,
                        2409
                      ],
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 4
                        },
                        "end": {
                          "line": 112,
                          "column": 18
                        }
                      }
                    }
                  ],
                  "range": [
                    1859,
                    2414
                  ],
                  "loc": {
                    "start": {
                      "line": 87,
                      "column": 44
                    },
                    "end": {
                      "line": 114,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  1823,
                  2414
                ],
                "loc": {
                  "start": {
                    "line": 87,
                    "column": 8
                  },
                  "end": {
                    "line": 114,
                    "column": 3
                  }
                }
              },
              "kind": "method",
              "computed": false,
              "range": [
                1817,
                2414
              ],
              "loc": {
                "start": {
                  "line": 87,
                  "column": 2
                },
                "end": {
                  "line": 114,
                  "column": 3
                }
              },
              "static": false
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "_getUrl",
                "range": [
                  2418,
                  2425
                ],
                "loc": {
                  "start": {
                    "line": 116,
                    "column": 2
                  },
                  "end": {
                    "line": 116,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "type",
                    "range": [
                      2426,
                      2430
                    ],
                    "loc": {
                      "start": {
                        "line": 116,
                        "column": 10
                      },
                      "end": {
                        "line": 116,
                        "column": 14
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "id",
                    "range": [
                      2432,
                      2434
                    ],
                    "loc": {
                      "start": {
                        "line": 116,
                        "column": 16
                      },
                      "end": {
                        "line": 116,
                        "column": 18
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "options",
                    "range": [
                      2436,
                      2443
                    ],
                    "loc": {
                      "start": {
                        "line": 116,
                        "column": 20
                      },
                      "end": {
                        "line": 116,
                        "column": 27
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "params",
                            "range": [
                              2456,
                              2462
                            ],
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 8
                              },
                              "end": {
                                "line": 118,
                                "column": 14
                              }
                            }
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "elements": [],
                            "range": [
                              2465,
                              2467
                            ],
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 17
                              },
                              "end": {
                                "line": 118,
                                "column": 19
                              }
                            }
                          },
                          "range": [
                            2456,
                            2467
                          ],
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 8
                            },
                            "end": {
                              "line": 118,
                              "column": 19
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "range": [
                        2452,
                        2468
                      ],
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 4
                        },
                        "end": {
                          "line": 118,
                          "column": 20
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "url",
                            "range": [
                              2477,
                              2480
                            ],
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 8
                              },
                              "end": {
                                "line": 119,
                                "column": 11
                              }
                            }
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "test": {
                              "type": "Identifier",
                              "name": "id",
                              "range": [
                                2483,
                                2485
                              ],
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 14
                                },
                                "end": {
                                  "line": 119,
                                  "column": 16
                                }
                              }
                            },
                            "consequent": {
                              "type": "TemplateLiteral",
                              "quasis": [
                                {
                                  "type": "TemplateElement",
                                  "value": {
                                    "raw": "",
                                    "cooked": ""
                                  },
                                  "tail": false,
                                  "range": [
                                    2488,
                                    2491
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 22
                                    }
                                  }
                                },
                                {
                                  "type": "TemplateElement",
                                  "value": {
                                    "raw": "/",
                                    "cooked": "/"
                                  },
                                  "tail": false,
                                  "range": [
                                    2501,
                                    2505
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 36
                                    }
                                  }
                                },
                                {
                                  "type": "TemplateElement",
                                  "value": {
                                    "raw": "/",
                                    "cooked": "/"
                                  },
                                  "tail": false,
                                  "range": [
                                    2509,
                                    2513
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 44
                                    }
                                  }
                                },
                                {
                                  "type": "TemplateElement",
                                  "value": {
                                    "raw": "",
                                    "cooked": ""
                                  },
                                  "tail": true,
                                  "range": [
                                    2515,
                                    2517
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 48
                                    }
                                  }
                                }
                              ],
                              "expressions": [
                                {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      2491,
                                      2495
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "_base",
                                    "range": [
                                      2496,
                                      2501
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    2491,
                                    2501
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 32
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "type",
                                  "range": [
                                    2505,
                                    2509
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 40
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "id",
                                  "range": [
                                    2513,
                                    2515
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 46
                                    }
                                  }
                                }
                              ],
                              "range": [
                                2488,
                                2517
                              ],
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 19
                                },
                                "end": {
                                  "line": 119,
                                  "column": 48
                                }
                              }
                            },
                            "alternate": {
                              "type": "TemplateLiteral",
                              "quasis": [
                                {
                                  "type": "TemplateElement",
                                  "value": {
                                    "raw": "",
                                    "cooked": ""
                                  },
                                  "tail": false,
                                  "range": [
                                    2520,
                                    2523
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 54
                                    }
                                  }
                                },
                                {
                                  "type": "TemplateElement",
                                  "value": {
                                    "raw": "/",
                                    "cooked": "/"
                                  },
                                  "tail": false,
                                  "range": [
                                    2533,
                                    2537
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 68
                                    }
                                  }
                                },
                                {
                                  "type": "TemplateElement",
                                  "value": {
                                    "raw": "",
                                    "cooked": ""
                                  },
                                  "tail": true,
                                  "range": [
                                    2541,
                                    2543
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 74
                                    }
                                  }
                                }
                              ],
                              "expressions": [
                                {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      2523,
                                      2527
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 58
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "_base",
                                    "range": [
                                      2528,
                                      2533
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 64
                                      }
                                    }
                                  },
                                  "range": [
                                    2523,
                                    2533
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 64
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "type",
                                  "range": [
                                    2537,
                                    2541
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 72
                                    }
                                  }
                                }
                              ],
                              "range": [
                                2520,
                                2543
                              ],
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 51
                                },
                                "end": {
                                  "line": 119,
                                  "column": 74
                                }
                              }
                            },
                            "range": [
                              2483,
                              2543
                            ],
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 14
                              },
                              "end": {
                                "line": 119,
                                "column": 74
                              }
                            }
                          },
                          "range": [
                            2477,
                            2543
                          ],
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 8
                            },
                            "end": {
                              "line": 119,
                              "column": 74
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "range": [
                        2473,
                        2544
                      ],
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 4
                        },
                        "end": {
                          "line": 119,
                          "column": 75
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "test": {
                        "type": "Identifier",
                        "name": "options",
                        "range": [
                          2554,
                          2561
                        ],
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 8
                          },
                          "end": {
                            "line": 121,
                            "column": 15
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "options",
                                "range": [
                                  2576,
                                  2583
                                ],
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 17
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "fields",
                                "range": [
                                  2584,
                                  2590
                                ],
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 24
                                  }
                                }
                              },
                              "range": [
                                2576,
                                2590
                              ],
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 10
                                },
                                "end": {
                                  "line": 123,
                                  "column": 24
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Object",
                                            "range": [
                                              2602,
                                              2608
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "keys",
                                            "range": [
                                              2609,
                                              2613
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 19
                                              }
                                            }
                                          },
                                          "range": [
                                            2602,
                                            2613
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 19
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "options",
                                              "range": [
                                                2614,
                                                2621
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 27
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "fields",
                                              "range": [
                                                2622,
                                                2628
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "range": [
                                              2614,
                                              2628
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 34
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2602,
                                          2629
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "forEach",
                                        "range": [
                                          2630,
                                          2637
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "range": [
                                        2602,
                                        2637
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "field",
                                            "range": [
                                              2638,
                                              2643
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 49
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "computed": true,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "options",
                                                    "range": [
                                                      2659,
                                                      2666
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 125,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 125,
                                                        "column": 17
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "TemplateLiteral",
                                                    "quasis": [
                                                      {
                                                        "type": "TemplateElement",
                                                        "value": {
                                                          "raw": "fields[",
                                                          "cooked": "fields["
                                                        },
                                                        "tail": false,
                                                        "range": [
                                                          2667,
                                                          2677
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 125,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 125,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "TemplateElement",
                                                        "value": {
                                                          "raw": "]",
                                                          "cooked": "]"
                                                        },
                                                        "tail": true,
                                                        "range": [
                                                          2682,
                                                          2685
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 125,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 125,
                                                            "column": 36
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "expressions": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "field",
                                                        "range": [
                                                          2677,
                                                          2682
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 125,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 125,
                                                            "column": 33
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2667,
                                                      2685
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 125,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 125,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2659,
                                                    2686
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 125,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "computed": true,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "options",
                                                      "range": [
                                                        2689,
                                                        2696
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 125,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 125,
                                                          "column": 47
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "fields",
                                                      "range": [
                                                        2697,
                                                        2703
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 125,
                                                          "column": 48
                                                        },
                                                        "end": {
                                                          "line": 125,
                                                          "column": 54
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2689,
                                                      2703
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 125,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 125,
                                                        "column": 54
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "field",
                                                    "range": [
                                                      2704,
                                                      2709
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 125,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 125,
                                                        "column": 60
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2689,
                                                    2710
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 125,
                                                      "column": 61
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2659,
                                                  2710
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 61
                                                  }
                                                }
                                              },
                                              "range": [
                                                2659,
                                                2711
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 62
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2647,
                                            2721
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2638,
                                          2721
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2602,
                                      2722
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    2602,
                                    2723
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 11
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "operator": "delete",
                                    "argument": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "options",
                                        "range": [
                                          2739,
                                          2746
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "fields",
                                        "range": [
                                          2747,
                                          2753
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "range": [
                                        2739,
                                        2753
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      2732,
                                      2753
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    2732,
                                    2754
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 30
                                    }
                                  }
                                }
                              ],
                              "range": [
                                2592,
                                2762
                              ],
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 26
                                },
                                "end": {
                                  "line": 128,
                                  "column": 7
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              2572,
                              2762
                            ],
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 6
                              },
                              "end": {
                                "line": 128,
                                "column": 7
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "name": "params",
                                "range": [
                                  2770,
                                  2776
                                ],
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 12
                                  }
                                }
                              },
                              "right": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Object",
                                            "range": [
                                              2779,
                                              2785
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "keys",
                                            "range": [
                                              2786,
                                              2790
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "range": [
                                            2779,
                                            2790
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "options",
                                            "range": [
                                              2791,
                                              2798
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 34
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2779,
                                          2799
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "map",
                                        "range": [
                                          2800,
                                          2803
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        2779,
                                        2803
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "key",
                                            "range": [
                                              2804,
                                              2807
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 43
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "operator": "+",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "name": "key",
                                                    "range": [
                                                      2828,
                                                      2831
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 18
                                                      }
                                                    }
                                                  },
                                                  "right": {
                                                    "type": "Literal",
                                                    "value": "=",
                                                    "raw": "\"=\"",
                                                    "range": [
                                                      2834,
                                                      2837
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 24
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2828,
                                                    2837
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 131,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 131,
                                                      "column": 24
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "name": "encodeURIComponent",
                                                    "range": [
                                                      2840,
                                                      2858
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 45
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": true,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "options",
                                                        "range": [
                                                          2859,
                                                          2866
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 53
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "key",
                                                        "range": [
                                                          2867,
                                                          2870
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 54
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 57
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2859,
                                                        2871
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 58
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2840,
                                                    2872
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 131,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 131,
                                                      "column": 59
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2828,
                                                  2872
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              "range": [
                                                2821,
                                                2873
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 60
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2811,
                                            2881
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 7
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2804,
                                          2881
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 7
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2779,
                                      2882
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 8
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "sort",
                                    "range": [
                                      2883,
                                      2887
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "range": [
                                    2779,
                                    2887
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 13
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  2779,
                                  2889
                                ],
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 132,
                                    "column": 15
                                  }
                                }
                              },
                              "range": [
                                2770,
                                2889
                              ],
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 6
                                },
                                "end": {
                                  "line": 132,
                                  "column": 15
                                }
                              }
                            },
                            "range": [
                              2770,
                              2890
                            ],
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 6
                              },
                              "end": {
                                "line": 132,
                                "column": 16
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "params",
                                "range": [
                                  2902,
                                  2908
                                ],
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "length",
                                "range": [
                                  2909,
                                  2915
                                ],
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                2902,
                                2915
                              ],
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 10
                                },
                                "end": {
                                  "line": 134,
                                  "column": 23
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "url",
                                      "range": [
                                        2927,
                                        2930
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 11
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "TemplateLiteral",
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": false,
                                          "range": [
                                            2933,
                                            2936
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 17
                                            }
                                          }
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "value": {
                                            "raw": "?",
                                            "cooked": "?"
                                          },
                                          "tail": false,
                                          "range": [
                                            2939,
                                            2943
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 24
                                            }
                                          }
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": true,
                                          "range": [
                                            2959,
                                            2961
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 42
                                            }
                                          }
                                        }
                                      ],
                                      "expressions": [
                                        {
                                          "type": "Identifier",
                                          "name": "url",
                                          "range": [
                                            2936,
                                            2939
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 20
                                            }
                                          }
                                        },
                                        {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "params",
                                              "range": [
                                                2943,
                                                2949
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 30
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "join",
                                              "range": [
                                                2950,
                                                2954
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 35
                                                }
                                              }
                                            },
                                            "range": [
                                              2943,
                                              2954
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 35
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "value": "&",
                                              "raw": "\"&\"",
                                              "range": [
                                                2955,
                                                2958
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 39
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2943,
                                            2959
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 40
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2933,
                                        2961
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "range": [
                                      2927,
                                      2961
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    2927,
                                    2962
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 43
                                    }
                                  }
                                }
                              ],
                              "range": [
                                2917,
                                2970
                              ],
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 25
                                },
                                "end": {
                                  "line": 136,
                                  "column": 7
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              2898,
                              2970
                            ],
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 6
                              },
                              "end": {
                                "line": 136,
                                "column": 7
                              }
                            }
                          }
                        ],
                        "range": [
                          2563,
                          2977
                        ],
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 17
                          },
                          "end": {
                            "line": 138,
                            "column": 5
                          }
                        }
                      },
                      "alternate": null,
                      "range": [
                        2550,
                        2977
                      ],
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 4
                        },
                        "end": {
                          "line": 138,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "url",
                        "range": [
                          2990,
                          2993
                        ],
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 11
                          },
                          "end": {
                            "line": 140,
                            "column": 14
                          }
                        }
                      },
                      "range": [
                        2983,
                        2994
                      ],
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 4
                        },
                        "end": {
                          "line": 140,
                          "column": 15
                        }
                      }
                    }
                  ],
                  "range": [
                    2445,
                    2999
                  ],
                  "loc": {
                    "start": {
                      "line": 116,
                      "column": 29
                    },
                    "end": {
                      "line": 142,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  2425,
                  2999
                ],
                "loc": {
                  "start": {
                    "line": 116,
                    "column": 9
                  },
                  "end": {
                    "line": 142,
                    "column": 3
                  }
                }
              },
              "kind": "method",
              "computed": false,
              "range": [
                2418,
                2999
              ],
              "loc": {
                "start": {
                  "line": 116,
                  "column": 2
                },
                "end": {
                  "line": 142,
                  "column": 3
                }
              },
              "static": false
            }
          ],
          "range": [
            61,
            3002
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 33
            },
            "end": {
              "line": 144,
              "column": 1
            }
          }
        },
        "range": [
          43,
          3002
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 144,
            "column": 1
          }
        },
        "leadingComments": [],
        "trailingComments": []
      },
      "range": [
        28,
        3002
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 144,
          "column": 1
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    3002
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 144,
      "column": 1
    }
  },
  "comments": []
}